Color Hex Logo

#b38511 Color Hex

#B38511
(179,133,17)
0 Favorites   0 Comments

Color spaces of #b38511

RGB 17913317
HSL0.120.830.38
HSV43°91°70°
CMYK 0.000.260.91   0.30
XYZ27.079126.39924.1987
Yxy26.39920.46950.4577
Hunter Lab51.38024.160331.1210
CIE-Lab58.41408.254460.7310

#b38511 color RGB value is (179,133,17).

#b38511 hex color red value is 179, green value is 133 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #b38511 hue: 0.12 , saturation: 0.83 and the lightness value of b38511 is 0.38.

The process color (four color CMYK) of #b38511 color hex is 0.00, 0.26, 0.91, 0.30. Web safe color of #b38511 is #cc9900. Color #b38511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 00010001
Octal 263 205 21
Decimal 179 133 17
Hex B3 85 11

RGB Percentages of Color #b38511

%54.41
%40.43
%5.17

CMYK Percentages of Color #b38511

%0
%26
%91
%30

Triadic Colors of #b38511

#b38511 #11b385 #8511b3

Analogous Colors of #b38511

#b38511 #90b311 #b33411

Monochromatic Colors of #b38511

#b38511

Complementary Color

#b38511 #113fb3

#b38511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38511 Color CSS Codes

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

#b38511 Text Font Color

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

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


#b38511 Background Color

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

This div background color is #b38511


#b38511 Border Color

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

This div border color is #b38511


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,133,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38511; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38511;
  -webkit-box-shadow: 1px 1px 3px 2px #b38511;
  box-shadow:         1px 1px 3px 2px #b38511; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,133,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38511


Comments

No comments written yet.

Please login to write comment.