Shades of Hippie Pink #B75254
Tints of Hippie Pink #B75254
RGB
CMYK
RGB Variations
Color information
#B75254 (or 0xB75254) is known color: Hippie Pink. HEX triplet: B7, 52 and 54. RGB value is (183,82,84). Sum of RGB (Red+Green+Blue) = 183+82+84=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B75254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75254 is #48ADAB. Grayscale: #707070. Windows color (decimal): -4763052 or 5526199. OLE color: 5526199.
HSL color Cylindrical-coordinate representation of color #B75254: hue angle of 358.81º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75254 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 84 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.28 |
| HSL | 358.81º | 0.41% | 0.52% | - |
| HSV(B) | 358.81º | 0.55% | 0.72% | - |
| XYZ | 24.15 | 16.74 | 10.35 | - |
| YUV | 112.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 84 | 0 | 0.55 | 0.54 | 0.28 | 358.81 | 0.41 | 0.52 |
| Hex | B7 | 52 | 54 | 0 | 37 | 36 | 1C | 167 | 29 | 34 |
| Octal | 267 | 122 | 124 | 0 | 67 | 66 | 34 | 547 | 51 | 64 |
| Binary | 10110111 | 1010010 | 1010100 | 0 | 110111 | 110110 | 11100 | 101100111 | 101001 | 110100 |
Color Harmonies of #B75254
Complementary color
Monochromatic Colors of #B75254
Black with #B75254
Text Example
Text Example
White with #B75254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75254; }
p { color: rgb(183,82,84); }
H1.HeaderClassName
{
color: #B75254;
}
.AnyTagClassName
{
color: #B75254;
}
</style>
background-color css
<style>
a { background-color: #B75254; }
a { background-color: rgb(183,82,84); }
div.DivClassName
{
background-color: #B75254;
}
.BgClassName
{
background-color: #B75254;
}
</style>
border-color css
<style>
span { border-color: #B75254; }
span { border-color: rgb(183,82,84); }
td.TdClassName
{
border-color: #B75254;
}
.TagClassName
{
border-color: #B75254;
}
</style>