Color Hex Logo

#b27621 Color Hex

#B27621
(178,118,33)
0 Favorites   0 Comments

Color spaces of #b27621

RGB 17811833
HSL0.100.690.41
HSV35°81°70°
CMYK 0.000.340.81   0.30
XYZ25.113022.53164.4643
Yxy22.53160.48190.4324
Hunter Lab47.467511.368627.6510
CIE-Lab54.586616.588752.7361

#b27621 color RGB value is (178,118,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 00100001
Octal 262 166 41
Decimal 178 118 33
Hex B2 76 21

RGB Percentages of Color #b27621

%54.10
%35.87
%10.03

CMYK Percentages of Color #b27621

%0
%34
%81
%30

Triadic Colors of #b27621

#b27621 #21b276 #7621b2

Analogous Colors of #b27621

#b27621 #a6b221 #b22e21

Monochromatic Colors of #b27621

#b27621

Complementary Color

#b27621 #215db2

#b27621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27621 Color CSS Codes

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

#b27621 Text Font Color

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

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


#b27621 Background Color

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

This div background color is #b27621


#b27621 Border Color

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

This div border color is #b27621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27621


Comments

No comments written yet.

Please login to write comment.