Color Hex Logo

#b65d0b Color Hex

#B65D0B
(182,93,11)
0 Favorites   0 Comments

Color spaces of #b65d0b

RGB 1829311
HSL0.080.890.38
HSV29°94°71°
CMYK 0.000.490.94   0.29
XYZ23.266217.79792.5257
Yxy17.79790.53380.4083
Hunter Lab42.187624.613525.9817
CIE-Lab49.250131.525055.4613

#b65d0b color RGB value is (182,93,11).

#b65d0b hex color red value is 182, green value is 93 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b65d0b hue: 0.08 , saturation: 0.89 and the lightness value of b65d0b is 0.38.

The process color (four color CMYK) of #b65d0b color hex is 0.00, 0.49, 0.94, 0.29. Web safe color of #b65d0b is #cc6600. Color #b65d0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 00001011
Octal 266 135 13
Decimal 182 93 11
Hex B6 5D B

RGB Percentages of Color #b65d0b

%63.64
%32.52
%3.85

CMYK Percentages of Color #b65d0b

%0
%49
%94
%29

Triadic Colors of #b65d0b

#b65d0b #0bb65d #5d0bb6

Analogous Colors of #b65d0b

#b65d0b #b6b30b #b60b0f

Monochromatic Colors of #b65d0b

#b65d0b

Complementary Color

#b65d0b #0b64b6

#b65d0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65d0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65d0b Color CSS Codes

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

#b65d0b Text Font Color

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

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


#b65d0b Background Color

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

This div background color is #b65d0b


#b65d0b Border Color

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

This div border color is #b65d0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,93,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65d0b


Comments

No comments written yet.

Please login to write comment.