Color Hex Logo

#b74705 Color Hex

#B74705
(183,71,5)
0 Favorites   0 Comments

Color spaces of #b74705

RGB 183715
HSL0.060.950.37
HSV22°97°72°
CMYK 0.000.610.97   0.28
XYZ21.809114.58471.8092
Yxy14.58470.57090.3818
Hunter Lab38.189935.103623.9242
CIE-Lab45.060142.914754.2405

#b74705 color RGB value is (183,71,5).

#b74705 hex color red value is 183, green value is 71 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b74705 hue: 0.06 , saturation: 0.95 and the lightness value of b74705 is 0.37.

The process color (four color CMYK) of #b74705 color hex is 0.00, 0.61, 0.97, 0.28. Web safe color of #b74705 is #cc3300. Color #b74705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 00000101
Octal 267 107 5
Decimal 183 71 5
Hex B7 47 5

RGB Percentages of Color #b74705

%70.66
%27.41
%1.93

CMYK Percentages of Color #b74705

%0
%61
%97
%28

Triadic Colors of #b74705

#b74705 #05b747 #4705b7

Analogous Colors of #b74705

#b74705 #b7a005 #b7051c

Monochromatic Colors of #b74705

#b74705

Complementary Color

#b74705 #0575b7

#b74705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74705 Color CSS Codes

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

#b74705 Text Font Color

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

This sample text font color is #b74705
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.


#b74705 Background Color

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

This div background color is #b74705


#b74705 Border Color

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

This div border color is #b74705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74705


Comments

No comments written yet.

Please login to write comment.