Color Hex Logo

#b26024 Color Hex

#B26024
(178,96,36)
0 Favorites   0 Comments

Color spaces of #b26024

RGB 1789636
HSL0.070.660.42
HSV25°80°70°
CMYK 0.000.460.80   0.30
XYZ22.861417.95813.9304
Yxy17.95810.51090.4013
Hunter Lab42.377022.136824.1648
CIE-Lab49.445228.859146.7385

#b26024 color RGB value is (178,96,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 00100100
Octal 262 140 44
Decimal 178 96 36
Hex B2 60 24

RGB Percentages of Color #b26024

%57.42
%30.97
%11.61

CMYK Percentages of Color #b26024

%0
%46
%80
%30

Triadic Colors of #b26024

#b26024 #24b260 #6024b2

Analogous Colors of #b26024

#b26024 #b2a724 #b2242f

Monochromatic Colors of #b26024

#b26024

Complementary Color

#b26024 #2476b2

#b26024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26024 Color CSS Codes

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

#b26024 Text Font Color

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

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


#b26024 Background Color

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

This div background color is #b26024


#b26024 Border Color

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

This div border color is #b26024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26024


Comments

No comments written yet.

Please login to write comment.