Color Hex Logo

#b29115 Color Hex

#B29115
(178,145,21)
0 Favorites   0 Comments

Color spaces of #b29115

RGB 17814521
HSL0.130.790.39
HSV47°88°70°
CMYK 0.000.190.88   0.30
XYZ28.620929.76994.9472
Yxy29.76990.45190.4700
Hunter Lab54.5618-1.849332.8173
CIE-Lab61.45521.275362.1766

#b29115 color RGB value is (178,145,21).

#b29115 hex color red value is 178, green value is 145 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b29115 hue: 0.13 , saturation: 0.79 and the lightness value of b29115 is 0.39.

The process color (four color CMYK) of #b29115 color hex is 0.00, 0.19, 0.88, 0.30. Web safe color of #b29115 is #999900. Color #b29115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010001 00010101
Octal 262 221 25
Decimal 178 145 21
Hex B2 91 15

RGB Percentages of Color #b29115

%51.74
%42.15
%6.10

CMYK Percentages of Color #b29115

%0
%19
%88
%30

Triadic Colors of #b29115

#b29115 #15b291 #9115b2

Analogous Colors of #b29115

#b29115 #85b215 #b24315

Monochromatic Colors of #b29115

#b29115

Complementary Color

#b29115 #1536b2

#b29115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29115 Color CSS Codes

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

#b29115 Text Font Color

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

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


#b29115 Background Color

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

This div background color is #b29115


#b29115 Border Color

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

This div border color is #b29115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29115


Comments

No comments written yet.

Please login to write comment.