Color Hex Logo

#b2813d Color Hex

#B2813D
(178,129,61)
0 Favorites   0 Comments

Color spaces of #b2813d

RGB 17812961
HSL0.100.490.47
HSV35°66°70°
CMYK 0.000.280.66   0.30
XYZ27.052725.50247.9115
Yxy25.50240.44740.4218
Hunter Lab50.49997.247326.0613
CIE-Lab57.561711.821443.3735

#b2813d color RGB value is (178,129,61).

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

The process color (four color CMYK) of #b2813d color hex is 0.00, 0.28, 0.66, 0.30. Web safe color of #b2813d is #999933. Color #b2813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000001 00111101
Octal 262 201 75
Decimal 178 129 61
Hex B2 81 3D

RGB Percentages of Color #b2813d

%48.37
%35.05
%16.58

CMYK Percentages of Color #b2813d

%0
%28
%66
%30

Triadic Colors of #b2813d

#b2813d #3db281 #813db2

Analogous Colors of #b2813d

#b2813d #a9b23d #b2473d

Monochromatic Colors of #b2813d

#b2813d

Complementary Color

#b2813d #3d6eb2

#b2813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2813d Color CSS Codes

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

#b2813d Text Font Color

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

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


#b2813d Background Color

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

This div background color is #b2813d


#b2813d Border Color

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

This div border color is #b2813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2813d


Comments

No comments written yet.

Please login to write comment.