color codes Logo

#b75a1f color codes

#B75A1F
(183,90,31)
0 Favorites   0 Comments

Color spaces of #b75a1f

RGB 1839031
HSL0.060.710.42
HSV23°83°72°
CMYK 0.000.510.83   0.28
XYZ23.431917.47853.4350
Yxy17.47850.52840.3941
Hunter Lab41.807326.881824.3937
CIE-Lab48.857433.958348.6277

#b75a1f color RGB value is (183,90,31).

#b75a1f hex color red value is 183, green value is 90 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b75a1f hue: 0.06 , saturation: 0.71 and the lightness value of b75a1f is 0.42.

The process color (four color CMYK) of #b75a1f color code is 0.00, 0.51, 0.83, 0.28. Web safe color of #b75a1f is #cc6633. Color #b75a1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011010 00011111
Octal 267 132 37
Decimal 183 90 31
Hex B7 5A 1F

RGB Percentages of Color #b75a1f

%60.20
%29.61
%10.20

CMYK Percentages of Color #b75a1f

%0
%51
%83
%28

Triadic Colors of #b75a1f

#b75a1f #1fb75a #5a1fb7

Analogous Colors of #b75a1f

#b75a1f #b7a61f #b71f30

Monochromatic Colors of #b75a1f

#b75a1f

Complementary Color

#b75a1f #1f7cb7

#b75a1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75a1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75a1f Color CSS Codes

.mybgcolor {background-color:#b75a1f; } 
.myforecolor {color:#b75a1f; }
.mybordercolor {border:3px solid #b75a1f; }

#b75a1f Text Font Color

<p style="color:#b75a1f">Text here</p>

This sample text font color is #b75a1f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b75a1f Background Color

<div style="background-color:#b75a1f">
Div content here</div>

This div background color is #b75a1f


#b75a1f Border Color

<div style="border:3px solid #b75a1f">
Div here</div>

This div border color is #b75a1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,90,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75a1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75a1f;
  -webkit-box-shadow: 1px 1px 3px 2px #b75a1f;
  box-shadow:         1px 1px 3px 2px #b75a1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,90,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b75a1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b75a1f;
  -webkit-box-shadow: 1px 1px 3px 2px #b75a1f;
  box-shadow:         1px 1px 3px 2px #b75a1f;">
Div content here</div>

This div box has shadow with color #b75a1f


Comments

No comments written yet.

Please login to write comment.