Color Hex Logo

#b27525 Color Hex

#B27525
(178,117,37)
0 Favorites   0 Comments

Color spaces of #b27525

RGB 17811737
HSL0.090.660.42
HSV34°79°70°
CMYK 0.000.340.79   0.30
XYZ25.055322.32114.7381
Yxy22.32110.48080.4283
Hunter Lab47.245211.983827.1256
CIE-Lab54.366117.293350.9739

#b27525 color RGB value is (178,117,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 00100101
Octal 262 165 45
Decimal 178 117 37
Hex B2 75 25

RGB Percentages of Color #b27525

%53.61
%35.24
%11.14

CMYK Percentages of Color #b27525

%0
%34
%79
%30

Triadic Colors of #b27525

#b27525 #25b275 #7525b2

Analogous Colors of #b27525

#b27525 #a9b225 #b22f25

Monochromatic Colors of #b27525

#b27525

Complementary Color

#b27525 #2562b2

#b27525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27525 Color CSS Codes

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

#b27525 Text Font Color

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

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


#b27525 Background Color

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

This div background color is #b27525


#b27525 Border Color

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

This div border color is #b27525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27525


Comments

No comments written yet.

Please login to write comment.