Shades of Hippie Pink #B5454F
Tints of Hippie Pink #B5454F
RGB
CMYK
RGB Variations
Color information
#B5454F (or 0xB5454F) is known color: Hippie Pink. HEX triplet: B5, 45 and 4F. RGB value is (181,69,79). Sum of RGB (Red+Green+Blue) = 181+69+79=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5454F is #4ABAB0. Grayscale: #676767. Windows color (decimal): -4897457 or 5195189. OLE color: 5195189.
HSL color Cylindrical-coordinate representation of color #B5454F: hue angle of 354.64º 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 #B5454F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 79 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.29 |
| HSL | 354.64º | 0.45% | 0.49% | - |
| HSV(B) | 354.64º | 0.62% | 0.71% | - |
| XYZ | 22.6 | 14.64 | 9.03 | - |
| YUV | 103.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 79 | 0 | 0.62 | 0.56 | 0.29 | 354.64 | 0.45 | 0.49 |
| Hex | B5 | 45 | 4F | 0 | 3E | 38 | 1D | 163 | 2D | 31 |
| Octal | 265 | 105 | 117 | 0 | 76 | 70 | 35 | 543 | 55 | 61 |
| Binary | 10110101 | 1000101 | 1001111 | 0 | 111110 | 111000 | 11101 | 101100011 | 101101 | 110001 |
Color Harmonies of #B5454F
Complementary color
Monochromatic Colors of #B5454F
Black with #B5454F
Text Example
Text Example
White with #B5454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5454F; }
p { color: rgb(181,69,79); }
H1.HeaderClassName
{
color: #B5454F;
}
.AnyTagClassName
{
color: #B5454F;
}
</style>
background-color css
<style>
a { background-color: #B5454F; }
a { background-color: rgb(181,69,79); }
div.DivClassName
{
background-color: #B5454F;
}
.BgClassName
{
background-color: #B5454F;
}
</style>
border-color css
<style>
span { border-color: #B5454F; }
span { border-color: rgb(181,69,79); }
td.TdClassName
{
border-color: #B5454F;
}
.TagClassName
{
border-color: #B5454F;
}
</style>