Color Hex Logo

#b25337 Color Hex

#B25337
(178,83,55)
0 Favorites   0 Comments

Color spaces of #b25337

RGB 1788355
HSL0.040.530.46
HSV14°69°70°
CMYK 0.000.530.69   0.30
XYZ22.142915.92735.5216
Yxy15.92730.50800.3654
Hunter Lab39.909029.197219.7333
CIE-Lab46.879036.628334.3836

#b25337 color RGB value is (178,83,55).

#b25337 hex color red value is 178, green value is 83 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b25337 hue: 0.04 , saturation: 0.53 and the lightness value of b25337 is 0.46.

The process color (four color CMYK) of #b25337 color hex is 0.00, 0.53, 0.69, 0.30. Web safe color of #b25337 is #996633. Color #b25337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 00110111
Octal 262 123 67
Decimal 178 83 55
Hex B2 53 37

RGB Percentages of Color #b25337

%56.33
%26.27
%17.41

CMYK Percentages of Color #b25337

%0
%53
%69
%30

Triadic Colors of #b25337

#b25337 #37b253 #5337b2

Analogous Colors of #b25337

#b25337 #b29137 #b23759

Monochromatic Colors of #b25337

#b25337

Complementary Color

#b25337 #3796b2

#b25337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25337 Color CSS Codes

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

#b25337 Text Font Color

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

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


#b25337 Background Color

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

This div background color is #b25337


#b25337 Border Color

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

This div border color is #b25337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25337


Comments

No comments written yet.

Please login to write comment.