Color Hex Logo

#b04021 Color Hex

#B04021
(176,64,33)
0 Favorites   0 Comments

Color spaces of #b04021

RGB 1766433
HSL0.040.680.41
HSV13°81°69°
CMYK 0.000.640.81   0.31
XYZ20.012413.00672.8946
Yxy13.00670.55720.3622
Hunter Lab36.064835.936420.4867
CIE-Lab42.773344.123241.6427

#b04021 color RGB value is (176,64,33).

#b04021 hex color red value is 176, green value is 64 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b04021 hue: 0.04 , saturation: 0.68 and the lightness value of b04021 is 0.41.

The process color (four color CMYK) of #b04021 color hex is 0.00, 0.64, 0.81, 0.31. Web safe color of #b04021 is #993333. Color #b04021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000000 00100001
Octal 260 100 41
Decimal 176 64 33
Hex B0 40 21

RGB Percentages of Color #b04021

%64.47
%23.44
%12.09

CMYK Percentages of Color #b04021

%0
%64
%81
%31

Triadic Colors of #b04021

#b04021 #21b040 #4021b0

Analogous Colors of #b04021

#b04021 #b08821 #b0214a

Monochromatic Colors of #b04021

#b04021

Complementary Color

#b04021 #2191b0

#b04021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04021 Color CSS Codes

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

#b04021 Text Font Color

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

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


#b04021 Background Color

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

This div background color is #b04021


#b04021 Border Color

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

This div border color is #b04021


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,64,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 #b04021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04021


Comments

No comments written yet.

Please login to write comment.