Color Hex Logo

#b2855d Color Hex

#B2855D
(178,133,93)
0 Favorites   0 Comments

Color spaces of #b2855d

RGB 17813393
HSL0.080.360.53
HSV28°48°70°
CMYK 0.000.250.48   0.30
XYZ28.723427.030314.0594
Yxy27.03030.41140.3872
Hunter Lab51.99077.632620.3602
CIE-Lab59.002412.247428.2266

#b2855d color RGB value is (178,133,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000101 01011101
Octal 262 205 135
Decimal 178 133 93
Hex B2 85 5D

RGB Percentages of Color #b2855d

%44.06
%32.92
%23.02

CMYK Percentages of Color #b2855d

%0
%25
%48
%30

Triadic Colors of #b2855d

#b2855d #5db285 #855db2

Analogous Colors of #b2855d

#b2855d #b2b05d #b25d5f

Monochromatic Colors of #b2855d

#b2855d

Complementary Color

#b2855d #5d8ab2

#b2855d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2855d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2855d Color CSS Codes

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

#b2855d Text Font Color

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

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


#b2855d Background Color

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

This div background color is #b2855d


#b2855d Border Color

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

This div border color is #b2855d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2855d


Comments

No comments written yet.

Please login to write comment.