Color Hex Logo

#b2823f Color Hex

#B2823F
(178,130,63)
0 Favorites   0 Comments

Color spaces of #b2823f

RGB 17813063
HSL0.100.480.47
HSV35°65°70°
CMYK 0.000.270.65   0.30
XYZ27.239925.78918.2447
Yxy25.78910.44460.4209
Hunter Lab50.78306.876925.9222
CIE-Lab57.836311.394542.6914

#b2823f color RGB value is (178,130,63).

#b2823f hex color red value is 178, green value is 130 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b2823f hue: 0.10 , saturation: 0.48 and the lightness value of b2823f is 0.47.

The process color (four color CMYK) of #b2823f color hex is 0.00, 0.27, 0.65, 0.30. Web safe color of #b2823f is #999933. Color #b2823f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 00111111
Octal 262 202 77
Decimal 178 130 63
Hex B2 82 3F

RGB Percentages of Color #b2823f

%47.98
%35.04
%16.98

CMYK Percentages of Color #b2823f

%0
%27
%65
%30

Triadic Colors of #b2823f

#b2823f #3fb282 #823fb2

Analogous Colors of #b2823f

#b2823f #a9b23f #b2493f

Monochromatic Colors of #b2823f

#b2823f

Complementary Color

#b2823f #3f6fb2

#b2823f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2823f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2823f Color CSS Codes

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

#b2823f Text Font Color

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

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


#b2823f Background Color

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

This div background color is #b2823f


#b2823f Border Color

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

This div border color is #b2823f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2823f


Comments

No comments written yet.

Please login to write comment.