Color Hex Logo

#b1933f Color Hex

#B1933F
(177,147,63)
0 Favorites   0 Comments

Color spaces of #b1933f

RGB 17714763
HSL0.120.480.47
HSV44°64°69°
CMYK 0.000.170.64   0.31
XYZ29.462430.57349.0511
Yxy30.57340.42650.4425
Hunter Lab55.2932-1.651328.9999
CIE-Lab62.14581.551147.4484

#b1933f color RGB value is (177,147,63).

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

The process color (four color CMYK) of #b1933f color hex is 0.00, 0.17, 0.64, 0.31. Web safe color of #b1933f is #999933. Color #b1933f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010011 00111111
Octal 261 223 77
Decimal 177 147 63
Hex B1 93 3F

RGB Percentages of Color #b1933f

%45.74
%37.98
%16.28

CMYK Percentages of Color #b1933f

%0
%17
%64
%31

Triadic Colors of #b1933f

#b1933f #3fb193 #933fb1

Analogous Colors of #b1933f

#b1933f #96b13f #b15a3f

Monochromatic Colors of #b1933f

#b1933f

Complementary Color

#b1933f #3f5db1

#b1933f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1933f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1933f Color CSS Codes

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

#b1933f Text Font Color

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

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


#b1933f Background Color

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

This div background color is #b1933f


#b1933f Border Color

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

This div border color is #b1933f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,147,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 #b1933f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1933f


Comments

No comments written yet.

Please login to write comment.