Color Hex Logo

#b25b4d Color Hex

#B25B4D
(178,91,77)
1 Favorites   0 Comments

Color spaces of #b25b4d

RGB 1789177
HSL0.020.400.50
HSV57°70°
CMYK 0.000.490.57   0.30
XYZ23.440717.48309.1603
Yxy17.48300.46800.3491
Hunter Lab41.812726.897116.2797
CIE-Lab48.862933.973624.1972

#b25b4d color RGB value is (178,91,77).

#b25b4d hex color red value is 178, green value is 91 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b25b4d hue: 0.02 , saturation: 0.40 and the lightness value of b25b4d is 0.50.

The process color (four color CMYK) of #b25b4d color hex is 0.00, 0.49, 0.57, 0.30. Web safe color of #b25b4d is #996666. Color #b25b4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011011 01001101
Octal 262 133 115
Decimal 178 91 77
Hex B2 5B 4D

RGB Percentages of Color #b25b4d

%51.45
%26.30
%22.25

CMYK Percentages of Color #b25b4d

%0
%49
%57
%30

Triadic Colors of #b25b4d

#b25b4d #4db25b #5b4db2

Analogous Colors of #b25b4d

#b25b4d #b28e4d #b24d72

Monochromatic Colors of #b25b4d

#b25b4d

Complementary Color

#b25b4d #4da4b2

#b25b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25b4d Color CSS Codes

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

#b25b4d Text Font Color

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

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


#b25b4d Background Color

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

This div background color is #b25b4d


#b25b4d Border Color

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

This div border color is #b25b4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25b4d


Comments

No comments written yet.

Please login to write comment.