Color Hex Logo

#b1803a Color Hex

#B1803A
(177,128,58)
0 Favorites   0 Comments

Color spaces of #b1803a

RGB 17712858
HSL0.100.510.46
HSV35°67°69°
CMYK 0.000.280.67   0.31
XYZ26.614425.09097.4433
Yxy25.09090.45000.4242
Hunter Lab50.09087.182226.2533
CIE-Lab57.163911.750244.3675

#b1803a color RGB value is (177,128,58).

#b1803a hex color red value is 177, green value is 128 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b1803a hue: 0.10 , saturation: 0.51 and the lightness value of b1803a is 0.46.

The process color (four color CMYK) of #b1803a color hex is 0.00, 0.28, 0.67, 0.31. Web safe color of #b1803a is #999933. Color #b1803a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 00111010
Octal 261 200 72
Decimal 177 128 58
Hex B1 80 3A

RGB Percentages of Color #b1803a

%48.76
%35.26
%15.98

CMYK Percentages of Color #b1803a

%0
%28
%67
%31

Triadic Colors of #b1803a

#b1803a #3ab180 #803ab1

Analogous Colors of #b1803a

#b1803a #a7b13a #b1453a

Monochromatic Colors of #b1803a

#b1803a

Complementary Color

#b1803a #3a6bb1

#b1803a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1803a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1803a Color CSS Codes

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

#b1803a Text Font Color

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

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


#b1803a Background Color

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

This div background color is #b1803a


#b1803a Border Color

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

This div border color is #b1803a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,128,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1803a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1803a;
  -webkit-box-shadow: 1px 1px 3px 2px #b1803a;
  box-shadow:         1px 1px 3px 2px #b1803a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,128,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1803a


Comments

No comments written yet.

Please login to write comment.