Color Hex Logo

#b25522 Color Hex

#B25522
(178,85,34)
0 Favorites   0 Comments

Color spaces of #b25522

RGB 1788534
HSL0.060.680.42
HSV21°81°70°
CMYK 0.000.520.81   0.30
XYZ21.897316.07753.4625
Yxy16.07750.52840.3880
Hunter Lab40.096827.311622.9478
CIE-Lab47.076034.637345.3881

#b25522 color RGB value is (178,85,34).

#b25522 hex color red value is 178, green value is 85 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b25522 hue: 0.06 , saturation: 0.68 and the lightness value of b25522 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 00100010
Octal 262 125 42
Decimal 178 85 34
Hex B2 55 22

RGB Percentages of Color #b25522

%59.93
%28.62
%11.45

CMYK Percentages of Color #b25522

%0
%52
%81
%30

Triadic Colors of #b25522

#b25522 #22b255 #5522b2

Analogous Colors of #b25522

#b25522 #b29d22 #b22237

Monochromatic Colors of #b25522

#b25522

Complementary Color

#b25522 #227fb2

#b25522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25522 Color CSS Codes

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

#b25522 Text Font Color

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

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


#b25522 Background Color

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

This div background color is #b25522


#b25522 Border Color

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

This div border color is #b25522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25522


Comments

No comments written yet.

Please login to write comment.