Color Hex Logo

#b7830b Color Hex

#B7830B
(183,131,11)
0 Favorites   0 Comments

Color spaces of #b7830b

RGB 18313111
HSL0.120.890.38
HSV42°94°72°
CMYK 0.000.280.94   0.28
XYZ27.705126.32403.9374
Yxy26.32400.47800.4541
Hunter Lab51.30696.600731.3648
CIE-Lab58.343311.075262.0408

#b7830b color RGB value is (183,131,11).

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

The process color (four color CMYK) of #b7830b color hex is 0.00, 0.28, 0.94, 0.28. Web safe color of #b7830b is #cc9900. Color #b7830b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000011 00001011
Octal 267 203 13
Decimal 183 131 11
Hex B7 83 B

RGB Percentages of Color #b7830b

%56.31
%40.31
%3.38

CMYK Percentages of Color #b7830b

%0
%28
%94
%28

Triadic Colors of #b7830b

#b7830b #0bb783 #830bb7

Analogous Colors of #b7830b

#b7830b #95b70b #b72d0b

Monochromatic Colors of #b7830b

#b7830b

Complementary Color

#b7830b #0b3fb7

#b7830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7830b Color CSS Codes

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

#b7830b Text Font Color

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

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


#b7830b Background Color

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

This div background color is #b7830b


#b7830b Border Color

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

This div border color is #b7830b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7830b


Comments

No comments written yet.

Please login to write comment.