Color Hex Logo

#b7703e Color Hex

#B7703E
(183,112,62)
0 Favorites   0 Comments

Color spaces of #b7703e

RGB 18311262
HSL0.070.490.48
HSV25°66°72°
CMYK 0.000.390.66   0.28
XYZ26.192122.00347.4240
Yxy22.00340.47090.3956
Hunter Lab46.907817.581223.4517
CIE-Lab54.030623.516339.0361

#b7703e color RGB value is (183,112,62).

#b7703e hex color red value is 183, green value is 112 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b7703e hue: 0.07 , saturation: 0.49 and the lightness value of b7703e is 0.48.

The process color (four color CMYK) of #b7703e color hex is 0.00, 0.39, 0.66, 0.28. Web safe color of #b7703e is #cc6633. Color #b7703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110000 00111110
Octal 267 160 76
Decimal 183 112 62
Hex B7 70 3E

RGB Percentages of Color #b7703e

%51.26
%31.37
%17.37

CMYK Percentages of Color #b7703e

%0
%39
%66
%28

Triadic Colors of #b7703e

#b7703e #3eb770 #703eb7

Analogous Colors of #b7703e

#b7703e #b7ad3e #b73e49

Monochromatic Colors of #b7703e

#b7703e

Complementary Color

#b7703e #3e85b7

#b7703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7703e Color CSS Codes

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

#b7703e Text Font Color

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

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


#b7703e Background Color

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

This div background color is #b7703e


#b7703e Border Color

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

This div border color is #b7703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7703e


Comments

No comments written yet.

Please login to write comment.