Color Hex Logo

#b8703d Color Hex

#B8703D
(184,112,61)
0 Favorites   0 Comments

Color spaces of #b8703d

RGB 18411261
HSL0.070.500.48
HSV25°67°72°
CMYK 0.000.390.67   0.28
XYZ26.403622.11567.2920
Yxy22.11560.47310.3963
Hunter Lab47.027217.921823.7256
CIE-Lab54.149423.877539.7281

#b8703d color RGB value is (184,112,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 00111101
Octal 270 160 75
Decimal 184 112 61
Hex B8 70 3D

RGB Percentages of Color #b8703d

%51.54
%31.37
%17.09

CMYK Percentages of Color #b8703d

%0
%39
%67
%28

Triadic Colors of #b8703d

#b8703d #3db870 #703db8

Analogous Colors of #b8703d

#b8703d #b8ae3d #b83d48

Monochromatic Colors of #b8703d

#b8703d

Complementary Color

#b8703d #3d85b8

#b8703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8703d Color CSS Codes

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

#b8703d Text Font Color

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

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


#b8703d Background Color

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

This div background color is #b8703d


#b8703d Border Color

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

This div border color is #b8703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8703d


Comments

No comments written yet.

Please login to write comment.