Color Hex Logo

#b28f5f Color Hex

#B28F5F
(178,143,95)
0 Favorites   0 Comments

Color spaces of #b28f5f

RGB 17814395
HSL0.100.350.54
HSV35°47°70°
CMYK 0.000.200.47   0.30
XYZ30.248129.936115.0105
Yxy29.93610.40230.3981
Hunter Lab54.71392.932922.0338
CIE-Lab61.59906.889730.4737

#b28f5f color RGB value is (178,143,95).

#b28f5f hex color red value is 178, green value is 143 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b28f5f hue: 0.10 , saturation: 0.35 and the lightness value of b28f5f is 0.54.

The process color (four color CMYK) of #b28f5f color hex is 0.00, 0.20, 0.47, 0.30. Web safe color of #b28f5f is #999966. Color #b28f5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001111 01011111
Octal 262 217 137
Decimal 178 143 95
Hex B2 8F 5F

RGB Percentages of Color #b28f5f

%42.79
%34.38
%22.84

CMYK Percentages of Color #b28f5f

%0
%20
%47
%30

Triadic Colors of #b28f5f

#b28f5f #5fb28f #8f5fb2

Analogous Colors of #b28f5f

#b28f5f #acb25f #b2665f

Monochromatic Colors of #b28f5f

#b28f5f

Complementary Color

#b28f5f #5f82b2

#b28f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28f5f Color CSS Codes

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

#b28f5f Text Font Color

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

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


#b28f5f Background Color

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

This div background color is #b28f5f


#b28f5f Border Color

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

This div border color is #b28f5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28f5f


Comments

No comments written yet.

Please login to write comment.