Color Hex Logo

#b7954a Color Hex

#B7954A
(183,149,74)
0 Favorites   0 Comments

Color spaces of #b7954a

RGB 18314974
HSL0.110.430.50
HSV41°60°72°
CMYK 0.000.190.60   0.28
XYZ31.511932.056611.0052
Yxy32.05660.42260.4299
Hunter Lab56.61850.264428.1085
CIE-Lab63.38963.861243.7159

#b7954a color RGB value is (183,149,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010101 01001010
Octal 267 225 112
Decimal 183 149 74
Hex B7 95 4A

RGB Percentages of Color #b7954a

%45.07
%36.70
%18.23

CMYK Percentages of Color #b7954a

%0
%19
%60
%28

Triadic Colors of #b7954a

#b7954a #4ab795 #954ab7

Analogous Colors of #b7954a

#b7954a #a3b74a #b75f4a

Monochromatic Colors of #b7954a

#b7954a

Complementary Color

#b7954a #4a6cb7

#b7954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7954a Color CSS Codes

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

#b7954a Text Font Color

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

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


#b7954a Background Color

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

This div background color is #b7954a


#b7954a Border Color

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

This div border color is #b7954a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7954a


Comments

No comments written yet.

Please login to write comment.