Color Hex Logo

#b28610 Color Hex

#B28610
(178,134,16)
0 Favorites   0 Comments

Color spaces of #b28610

RGB 17813416
HSL0.120.840.38
HSV44°91°70°
CMYK 0.000.250.91   0.30
XYZ26.978726.55264.1934
Yxy26.55260.46740.4600
Hunter Lab51.52923.279631.2455
CIE-Lab58.55797.227261.0074

#b28610 color RGB value is (178,134,16).

#b28610 hex color red value is 178, green value is 134 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b28610 hue: 0.12 , saturation: 0.84 and the lightness value of b28610 is 0.38.

The process color (four color CMYK) of #b28610 color hex is 0.00, 0.25, 0.91, 0.30. Web safe color of #b28610 is #999900. Color #b28610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000110 00010000
Octal 262 206 20
Decimal 178 134 16
Hex B2 86 10

RGB Percentages of Color #b28610

%54.27
%40.85
%4.88

CMYK Percentages of Color #b28610

%0
%25
%91
%30

Triadic Colors of #b28610

#b28610 #10b286 #8610b2

Analogous Colors of #b28610

#b28610 #8db210 #b23510

Monochromatic Colors of #b28610

#b28610

Complementary Color

#b28610 #103cb2

#b28610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28610 Color CSS Codes

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

#b28610 Text Font Color

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

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


#b28610 Background Color

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

This div background color is #b28610


#b28610 Border Color

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

This div border color is #b28610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28610


Comments

No comments written yet.

Please login to write comment.