Shades of Hippie Pink #B7454F
Tints of Hippie Pink #B7454F
RGB
CMYK
RGB Variations
Color information
#B7454F (or 0xB7454F) is known color: Hippie Pink. HEX triplet: B7, 45 and 4F. RGB value is (183,69,79). Sum of RGB (Red+Green+Blue) = 183+69+79=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7454F is #48BAB0. Grayscale: #686868. Windows color (decimal): -4766385 or 5195191. OLE color: 5195191.
HSL color Cylindrical-coordinate representation of color #B7454F: hue angle of 354.74º 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 #B7454F is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 79 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.28 |
| HSL | 354.74º | 0.45% | 0.49% | - |
| HSV(B) | 354.74º | 0.62% | 0.72% | - |
| XYZ | 23.07 | 14.89 | 9.06 | - |
| YUV | 104.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 79 | 0 | 0.62 | 0.57 | 0.28 | 354.74 | 0.45 | 0.49 |
| Hex | B7 | 45 | 4F | 0 | 3E | 39 | 1C | 163 | 2D | 31 |
| Octal | 267 | 105 | 117 | 0 | 76 | 71 | 34 | 543 | 55 | 61 |
| Binary | 10110111 | 1000101 | 1001111 | 0 | 111110 | 111001 | 11100 | 101100011 | 101101 | 110001 |
Color Harmonies of #B7454F
Complementary color
Monochromatic Colors of #B7454F
Black with #B7454F
Text Example
Text Example
White with #B7454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7454F; }
p { color: rgb(183,69,79); }
H1.HeaderClassName
{
color: #B7454F;
}
.AnyTagClassName
{
color: #B7454F;
}
</style>
background-color css
<style>
a { background-color: #B7454F; }
a { background-color: rgb(183,69,79); }
div.DivClassName
{
background-color: #B7454F;
}
.BgClassName
{
background-color: #B7454F;
}
</style>
border-color css
<style>
span { border-color: #B7454F; }
span { border-color: rgb(183,69,79); }
td.TdClassName
{
border-color: #B7454F;
}
.TagClassName
{
border-color: #B7454F;
}
</style>