Color Hex Logo

#b2875d Color Hex

#B2875D
(178,135,93)
0 Favorites   0 Comments

Color spaces of #b2875d

RGB 17813593
HSL0.080.360.53
HSV30°48°70°
CMYK 0.000.240.48   0.30
XYZ28.999927.583214.1516
Yxy27.58320.41000.3900
Hunter Lab52.51976.653220.7879
CIE-Lab59.510311.131228.8818

#b2875d color RGB value is (178,135,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 01011101
Octal 262 207 135
Decimal 178 135 93
Hex B2 87 5D

RGB Percentages of Color #b2875d

%43.84
%33.25
%22.91

CMYK Percentages of Color #b2875d

%0
%24
%48
%30

Triadic Colors of #b2875d

#b2875d #5db287 #875db2

Analogous Colors of #b2875d

#b2875d #b2b25d #b25d5e

Monochromatic Colors of #b2875d

#b2875d

Complementary Color

#b2875d #5d88b2

#b2875d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2875d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2875d Color CSS Codes

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

#b2875d Text Font Color

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

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


#b2875d Background Color

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

This div background color is #b2875d


#b2875d Border Color

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

This div border color is #b2875d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,135,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 #b2875d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2875d


Comments

No comments written yet.

Please login to write comment.