Color Hex Logo

#b2955d Color Hex

#B2955D
(178,149,93)
0 Favorites   0 Comments

Color spaces of #b2955d

RGB 17814993
HSL0.110.360.53
HSV40°48°70°
CMYK 0.000.160.48   0.30
XYZ31.083331.750214.8461
Yxy31.75020.40010.4087
Hunter Lab56.3473-0.140523.8217
CIE-Lab63.13593.378833.5020

#b2955d color RGB value is (178,149,93).

#b2955d hex color red value is 178, green value is 149 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b2955d hue: 0.11 , saturation: 0.36 and the lightness value of b2955d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 01011101
Octal 262 225 135
Decimal 178 149 93
Hex B2 95 5D

RGB Percentages of Color #b2955d

%42.38
%35.48
%22.14

CMYK Percentages of Color #b2955d

%0
%16
%48
%30

Triadic Colors of #b2955d

#b2955d #5db295 #955db2

Analogous Colors of #b2955d

#b2955d #a5b25d #b26b5d

Monochromatic Colors of #b2955d

#b2955d

Complementary Color

#b2955d #5d7ab2

#b2955d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2955d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2955d Color CSS Codes

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

#b2955d Text Font Color

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

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


#b2955d Background Color

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

This div background color is #b2955d


#b2955d Border Color

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

This div border color is #b2955d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2955d


Comments

No comments written yet.

Please login to write comment.