Shades of Hippie Pink #B5454A
Tints of Hippie Pink #B5454A
RGB
CMYK
RGB Variations
Color information
#B5454A (or 0xB5454A) is known color: Hippie Pink. HEX triplet: B5, 45 and 4A. RGB value is (181,69,74). Sum of RGB (Red+Green+Blue) = 181+69+74=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5454A is #4ABAB5. Grayscale: #676767. Windows color (decimal): -4897462 or 4867509. OLE color: 4867509.
HSL color Cylindrical-coordinate representation of color #B5454A: hue angle of 357.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5454A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 74 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.29 |
| HSL | 357.32º | 0.45% | 0.49% | - |
| HSV(B) | 357.32º | 0.62% | 0.71% | - |
| XYZ | 22.42 | 14.57 | 8.11 | - |
| YUV | 103.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 74 | 0 | 0.62 | 0.59 | 0.29 | 357.32 | 0.45 | 0.49 |
| Hex | B5 | 45 | 4A | 0 | 3E | 3B | 1D | 165 | 2D | 31 |
| Octal | 265 | 105 | 112 | 0 | 76 | 73 | 35 | 545 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1001010 | 0 | 111110 | 111011 | 11101 | 101100101 | 101101 | 110001 |
Color Harmonies of #B5454A
Complementary color
Monochromatic Colors of #B5454A
Black with #B5454A
Text Example
Text Example
White with #B5454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5454A; }
p { color: rgb(181,69,74); }
H1.HeaderClassName
{
color: #B5454A;
}
.AnyTagClassName
{
color: #B5454A;
}
</style>
background-color css
<style>
a { background-color: #B5454A; }
a { background-color: rgb(181,69,74); }
div.DivClassName
{
background-color: #B5454A;
}
.BgClassName
{
background-color: #B5454A;
}
</style>
border-color css
<style>
span { border-color: #B5454A; }
span { border-color: rgb(181,69,74); }
td.TdClassName
{
border-color: #B5454A;
}
.TagClassName
{
border-color: #B5454A;
}
</style>