Color Hex Logo

#b2954f Color Hex

#B2954F
(178,149,79)
0 Favorites   0 Comments

Color spaces of #b2954f

RGB 17814979
HSL0.120.390.50
HSV42°56°70°
CMYK 0.000.160.56   0.30
XYZ30.518831.524411.8734
Yxy31.52440.41290.4265
Hunter Lab56.1466-1.231926.7645
CIE-Lab62.94782.091240.5660

#b2954f color RGB value is (178,149,79).

#b2954f hex color red value is 178, green value is 149 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b2954f hue: 0.12 , saturation: 0.39 and the lightness value of b2954f is 0.50.

The process color (four color CMYK) of #b2954f color hex is 0.00, 0.16, 0.56, 0.30. Web safe color of #b2954f is #999966. Color #b2954f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 01001111
Octal 262 225 117
Decimal 178 149 79
Hex B2 95 4F

RGB Percentages of Color #b2954f

%43.84
%36.70
%19.46

CMYK Percentages of Color #b2954f

%0
%16
%56
%30

Triadic Colors of #b2954f

#b2954f #4fb295 #954fb2

Analogous Colors of #b2954f

#b2954f #9eb24f #b2644f

Monochromatic Colors of #b2954f

#b2954f

Complementary Color

#b2954f #4f6cb2

#b2954f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2954f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2954f Color CSS Codes

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

#b2954f Text Font Color

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

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


#b2954f Background Color

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

This div background color is #b2954f


#b2954f Border Color

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

This div border color is #b2954f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2954f


Comments

No comments written yet.

Please login to write comment.