Color Hex Logo

#b07621 Color Hex

#B07621
(176,118,33)
0 Favorites   0 Comments

Color spaces of #b07621

RGB 17611833
HSL0.100.680.41
HSV36°81°69°
CMYK 0.000.330.81   0.31
XYZ24.657422.29684.4430
Yxy22.29680.47970.4338
Hunter Lab47.219510.576327.4749
CIE-Lab54.340515.697252.4218

#b07621 color RGB value is (176,118,33).

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

The process color (four color CMYK) of #b07621 color hex is 0.00, 0.33, 0.81, 0.31. Web safe color of #b07621 is #996633. Color #b07621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110110 00100001
Octal 260 166 41
Decimal 176 118 33
Hex B0 76 21

RGB Percentages of Color #b07621

%53.82
%36.09
%10.09

CMYK Percentages of Color #b07621

%0
%33
%81
%31

Triadic Colors of #b07621

#b07621 #21b076 #7621b0

Analogous Colors of #b07621

#b07621 #a3b021 #b02f21

Monochromatic Colors of #b07621

#b07621

Complementary Color

#b07621 #215bb0

#b07621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07621 Color CSS Codes

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

#b07621 Text Font Color

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

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


#b07621 Background Color

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

This div background color is #b07621


#b07621 Border Color

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

This div border color is #b07621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07621


Comments

No comments written yet.

Please login to write comment.