Color Hex Logo

#b67605 Color Hex

#B67605
(182,118,5)
0 Favorites   0 Comments

Color spaces of #b67605

RGB 1821185
HSL0.110.950.37
HSV38°97°71°
CMYK 0.000.350.97   0.29
XYZ25.797222.91293.2066
Yxy22.91290.49690.4413
Hunter Lab47.867412.431129.5354
CIE-Lab54.982517.769860.6211

#b67605 color RGB value is (182,118,5).

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

The process color (four color CMYK) of #b67605 color hex is 0.00, 0.35, 0.97, 0.29. Web safe color of #b67605 is #cc6600. Color #b67605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 00000101
Octal 266 166 5
Decimal 182 118 5
Hex B6 76 5

RGB Percentages of Color #b67605

%59.67
%38.69
%1.64

CMYK Percentages of Color #b67605

%0
%35
%97
%29

Triadic Colors of #b67605

#b67605 #05b676 #7605b6

Analogous Colors of #b67605

#b67605 #9eb605 #b61d05

Monochromatic Colors of #b67605

#b67605

Complementary Color

#b67605 #0545b6

#b67605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67605 Color CSS Codes

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

#b67605 Text Font Color

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

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


#b67605 Background Color

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

This div background color is #b67605


#b67605 Border Color

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

This div border color is #b67605


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,118,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 #b67605">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67605


Comments

No comments written yet.

Please login to write comment.