Shades of Hippie Pink #B7454E
Tints of Hippie Pink #B7454E
RGB
CMYK
RGB Variations
Color information
#B7454E (or 0xB7454E) is known color: Hippie Pink. HEX triplet: B7, 45 and 4E. RGB value is (183,69,78). Sum of RGB (Red+Green+Blue) = 183+69+78=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7454E is #48BAB1. Grayscale: #686868. Windows color (decimal): -4766386 or 5129655. OLE color: 5129655.
HSL color Cylindrical-coordinate representation of color #B7454E: hue angle of 355.26º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7454E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 78 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.28 |
| HSL | 355.26º | 0.45% | 0.49% | - |
| HSV(B) | 355.26º | 0.62% | 0.72% | - |
| XYZ | 23.03 | 14.87 | 8.86 | - |
| YUV | 104.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 78 | 0 | 0.62 | 0.57 | 0.28 | 355.26 | 0.45 | 0.49 |
| Hex | B7 | 45 | 4E | 0 | 3E | 39 | 1C | 163 | 2D | 31 |
| Octal | 267 | 105 | 116 | 0 | 76 | 71 | 34 | 543 | 55 | 61 |
| Binary | 10110111 | 1000101 | 1001110 | 0 | 111110 | 111001 | 11100 | 101100011 | 101101 | 110001 |
Color Harmonies of #B7454E
Complementary color
Monochromatic Colors of #B7454E
Black with #B7454E
Text Example
Text Example
White with #B7454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7454E; }
p { color: rgb(183,69,78); }
H1.HeaderClassName
{
color: #B7454E;
}
.AnyTagClassName
{
color: #B7454E;
}
</style>
background-color css
<style>
a { background-color: #B7454E; }
a { background-color: rgb(183,69,78); }
div.DivClassName
{
background-color: #B7454E;
}
.BgClassName
{
background-color: #B7454E;
}
</style>
border-color css
<style>
span { border-color: #B7454E; }
span { border-color: rgb(183,69,78); }
td.TdClassName
{
border-color: #B7454E;
}
.TagClassName
{
border-color: #B7454E;
}
</style>