Color Hex Logo

#b78e49 Color Hex

#B78E49
(183,142,73)
0 Favorites   0 Comments

Color spaces of #b78e49

RGB 18314273
HSL0.100.430.50
HSV38°60°72°
CMYK 0.000.220.60   0.28
XYZ30.404029.894310.4710
Yxy29.89430.42960.4224
Hunter Lab54.67573.577726.9183
CIE-Lab61.56297.630942.0988

#b78e49 color RGB value is (183,142,73).

#b78e49 hex color red value is 183, green value is 142 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b78e49 hue: 0.10 , saturation: 0.43 and the lightness value of b78e49 is 0.50.

The process color (four color CMYK) of #b78e49 color hex is 0.00, 0.22, 0.60, 0.28. Web safe color of #b78e49 is #cc9933. Color #b78e49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001110 01001001
Octal 267 216 111
Decimal 183 142 73
Hex B7 8E 49

RGB Percentages of Color #b78e49

%45.98
%35.68
%18.34

CMYK Percentages of Color #b78e49

%0
%22
%60
%28

Triadic Colors of #b78e49

#b78e49 #49b78e #8e49b7

Analogous Colors of #b78e49

#b78e49 #a9b749 #b75749

Monochromatic Colors of #b78e49

#b78e49

Complementary Color

#b78e49 #4972b7

#b78e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78e49 Color CSS Codes

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

#b78e49 Text Font Color

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

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


#b78e49 Background Color

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

This div background color is #b78e49


#b78e49 Border Color

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

This div border color is #b78e49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78e49


Comments

No comments written yet.

Please login to write comment.