Color Hex Logo

#b7731f Color Hex

#B7731F
(183,115,31)
0 Favorites   0 Comments

Color spaces of #b7731f

RGB 18311531
HSL0.090.710.42
HSV33°83°72°
CMYK 0.000.370.83   0.28
XYZ25.906522.42774.2599
Yxy22.42770.49260.4264
Hunter Lab47.357914.769727.8173
CIE-Lab54.477920.401453.6178

#b7731f color RGB value is (183,115,31).

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

The process color (four color CMYK) of #b7731f color hex is 0.00, 0.37, 0.83, 0.28. Web safe color of #b7731f is #cc6633. Color #b7731f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110011 00011111
Octal 267 163 37
Decimal 183 115 31
Hex B7 73 1F

RGB Percentages of Color #b7731f

%55.62
%34.95
%9.42

CMYK Percentages of Color #b7731f

%0
%37
%83
%28

Triadic Colors of #b7731f

#b7731f #1fb773 #731fb7

Analogous Colors of #b7731f

#b7731f #afb71f #b7271f

Monochromatic Colors of #b7731f

#b7731f

Complementary Color

#b7731f #1f63b7

#b7731f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7731f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7731f Color CSS Codes

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

#b7731f Text Font Color

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

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


#b7731f Background Color

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

This div background color is #b7731f


#b7731f Border Color

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

This div border color is #b7731f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7731f


Comments

No comments written yet.

Please login to write comment.