Shades of Hippie Pink #B74453
Tints of Hippie Pink #B74453
RGB
CMYK
RGB Variations
Color information
#B74453 (or 0xB74453) is known color: Hippie Pink. HEX triplet: B7, 44 and 53. RGB value is (183,68,83). Sum of RGB (Red+Green+Blue) = 183+68+83=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74453 is #48BBAC. Grayscale: #686868. Windows color (decimal): -4766637 or 5457079. OLE color: 5457079.
HSL color Cylindrical-coordinate representation of color #B74453: hue angle of 352.17º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74453 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 83 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.28 |
| HSL | 352.17º | 0.46% | 0.49% | - |
| HSV(B) | 352.17º | 0.63% | 0.72% | - |
| XYZ | 23.16 | 14.83 | 9.82 | - |
| YUV | 104.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 83 | 0 | 0.63 | 0.55 | 0.28 | 352.17 | 0.46 | 0.49 |
| Hex | B7 | 44 | 53 | 0 | 3F | 37 | 1C | 160 | 2E | 31 |
| Octal | 267 | 104 | 123 | 0 | 77 | 67 | 34 | 540 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1010011 | 0 | 111111 | 110111 | 11100 | 101100000 | 101110 | 110001 |
Color Harmonies of #B74453
Complementary color
Monochromatic Colors of #B74453
Black with #B74453
Text Example
Text Example
White with #B74453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74453; }
p { color: rgb(183,68,83); }
H1.HeaderClassName
{
color: #B74453;
}
.AnyTagClassName
{
color: #B74453;
}
</style>
background-color css
<style>
a { background-color: #B74453; }
a { background-color: rgb(183,68,83); }
div.DivClassName
{
background-color: #B74453;
}
.BgClassName
{
background-color: #B74453;
}
</style>
border-color css
<style>
span { border-color: #B74453; }
span { border-color: rgb(183,68,83); }
td.TdClassName
{
border-color: #B74453;
}
.TagClassName
{
border-color: #B74453;
}
</style>