Color Hex Logo

#b28261 Color Hex

#B28261
(178,130,97)
0 Favorites   0 Comments

Color spaces of #b28261

RGB 17813097
HSL0.070.340.54
HSV24°46°70°
CMYK 0.000.270.46   0.30
XYZ28.500426.293314.8822
Yxy26.29330.40900.3774
Hunter Lab51.27709.477818.6861
CIE-Lab58.314414.342125.1057

#b28261 color RGB value is (178,130,97).

#b28261 hex color red value is 178, green value is 130 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b28261 hue: 0.07 , saturation: 0.34 and the lightness value of b28261 is 0.54.

The process color (four color CMYK) of #b28261 color hex is 0.00, 0.27, 0.46, 0.30. Web safe color of #b28261 is #999966. Color #b28261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 01100001
Octal 262 202 141
Decimal 178 130 97
Hex B2 82 61

RGB Percentages of Color #b28261

%43.95
%32.10
%23.95

CMYK Percentages of Color #b28261

%0
%27
%46
%30

Triadic Colors of #b28261

#b28261 #61b282 #8261b2

Analogous Colors of #b28261

#b28261 #b2ab61 #b26169

Monochromatic Colors of #b28261

#b28261

Complementary Color

#b28261 #6191b2

#b28261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28261 Color CSS Codes

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

#b28261 Text Font Color

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

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


#b28261 Background Color

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

This div background color is #b28261


#b28261 Border Color

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

This div border color is #b28261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28261


Comments

No comments written yet.

Please login to write comment.