Color Hex Logo

#b25537 Color Hex

#B25537
(178,85,55)
0 Favorites   0 Comments

Color spaces of #b25537

RGB 1788555
HSL0.040.530.46
HSV15°69°70°
CMYK 0.000.520.69   0.30
XYZ22.298216.23785.5734
Yxy16.23780.50550.3681
Hunter Lab40.296228.256120.0069
CIE-Lab47.284935.596034.8528

#b25537 color RGB value is (178,85,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 00110111
Octal 262 125 67
Decimal 178 85 55
Hex B2 55 37

RGB Percentages of Color #b25537

%55.97
%26.73
%17.30

CMYK Percentages of Color #b25537

%0
%52
%69
%30

Triadic Colors of #b25537

#b25537 #37b255 #5537b2

Analogous Colors of #b25537

#b25537 #b29337 #b23757

Monochromatic Colors of #b25537

#b25537

Complementary Color

#b25537 #3794b2

#b25537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25537 Color CSS Codes

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

#b25537 Text Font Color

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

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


#b25537 Background Color

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

This div background color is #b25537


#b25537 Border Color

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

This div border color is #b25537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25537


Comments

No comments written yet.

Please login to write comment.