Shades of Hippie Pink #B9454B
Tints of Hippie Pink #B9454B
RGB
CMYK
RGB Variations
Color information
#B9454B (or 0xB9454B) is known color: Hippie Pink. HEX triplet: B9, 45 and 4B. RGB value is (185,69,75). Sum of RGB (Red+Green+Blue) = 185+69+75=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9454B is #46BAB4. Grayscale: #686868. Windows color (decimal): -4635317 or 4933049. OLE color: 4933049.
HSL color Cylindrical-coordinate representation of color #B9454B: hue angle of 356.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9454B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 75 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.27 |
| HSL | 356.9º | 0.46% | 0.5% | - |
| HSV(B) | 356.9º | 0.63% | 0.73% | - |
| XYZ | 23.41 | 15.08 | 8.33 | - |
| YUV | 104.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 75 | 0 | 0.63 | 0.59 | 0.27 | 356.9 | 0.46 | 0.5 |
| Hex | B9 | 45 | 4B | 0 | 3F | 3B | 1B | 165 | 2E | 32 |
| Octal | 271 | 105 | 113 | 0 | 77 | 73 | 33 | 545 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1001011 | 0 | 111111 | 111011 | 11011 | 101100101 | 101110 | 110010 |
Color Harmonies of #B9454B
Complementary color
Monochromatic Colors of #B9454B
Black with #B9454B
Text Example
Text Example
White with #B9454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9454B; }
p { color: rgb(185,69,75); }
H1.HeaderClassName
{
color: #B9454B;
}
.AnyTagClassName
{
color: #B9454B;
}
</style>
background-color css
<style>
a { background-color: #B9454B; }
a { background-color: rgb(185,69,75); }
div.DivClassName
{
background-color: #B9454B;
}
.BgClassName
{
background-color: #B9454B;
}
</style>
border-color css
<style>
span { border-color: #B9454B; }
span { border-color: rgb(185,69,75); }
td.TdClassName
{
border-color: #B9454B;
}
.TagClassName
{
border-color: #B9454B;
}
</style>