Color Hex Logo

#b26021 Color Hex

#B26021
(178,96,33)
0 Favorites   0 Comments

Color spaces of #b26021

RGB 1789633
HSL0.070.690.41
HSV26°81°70°
CMYK 0.000.460.81   0.30
XYZ22.817517.94053.6991
Yxy17.94050.51320.4035
Hunter Lab42.356222.035424.4714
CIE-Lab49.423928.752148.0246

#b26021 color RGB value is (178,96,33).

#b26021 hex color red value is 178, green value is 96 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b26021 hue: 0.07 , saturation: 0.69 and the lightness value of b26021 is 0.41.

The process color (four color CMYK) of #b26021 color hex is 0.00, 0.46, 0.81, 0.30. Web safe color of #b26021 is #996633. Color #b26021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 00100001
Octal 262 140 41
Decimal 178 96 33
Hex B2 60 21

RGB Percentages of Color #b26021

%57.98
%31.27
%10.75

CMYK Percentages of Color #b26021

%0
%46
%81
%30

Triadic Colors of #b26021

#b26021 #21b260 #6021b2

Analogous Colors of #b26021

#b26021 #b2a921 #b2212b

Monochromatic Colors of #b26021

#b26021

Complementary Color

#b26021 #2173b2

#b26021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26021 Color CSS Codes

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

#b26021 Text Font Color

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

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


#b26021 Background Color

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

This div background color is #b26021


#b26021 Border Color

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

This div border color is #b26021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26021


Comments

No comments written yet.

Please login to write comment.