Shades of Hippie Pink #B74253
Tints of Hippie Pink #B74253
RGB
CMYK
RGB Variations
Color information
#B74253 (or 0xB74253) is known color: Hippie Pink. HEX triplet: B7, 42 and 53. RGB value is (183,66,83). Sum of RGB (Red+Green+Blue) = 183+66+83=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B74253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74253 is #48BDAC. Grayscale: #666666. Windows color (decimal): -4767149 or 5456567. OLE color: 5456567.
HSL color Cylindrical-coordinate representation of color #B74253: hue angle of 351.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74253 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 83 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.28 |
| HSL | 351.28º | 0.47% | 0.49% | - |
| HSV(B) | 351.28º | 0.64% | 0.72% | - |
| XYZ | 23.04 | 14.59 | 9.79 | - |
| YUV | 102.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 83 | 0 | 0.64 | 0.55 | 0.28 | 351.28 | 0.47 | 0.49 |
| Hex | B7 | 42 | 53 | 0 | 40 | 37 | 1C | 15F | 2F | 31 |
| Octal | 267 | 102 | 123 | 0 | 100 | 67 | 34 | 537 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1010011 | 0 | 1000000 | 110111 | 11100 | 101011111 | 101111 | 110001 |
Color Harmonies of #B74253
Complementary color
Monochromatic Colors of #B74253
Black with #B74253
Text Example
Text Example
White with #B74253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74253; }
p { color: rgb(183,66,83); }
H1.HeaderClassName
{
color: #B74253;
}
.AnyTagClassName
{
color: #B74253;
}
</style>
background-color css
<style>
a { background-color: #B74253; }
a { background-color: rgb(183,66,83); }
div.DivClassName
{
background-color: #B74253;
}
.BgClassName
{
background-color: #B74253;
}
</style>
border-color css
<style>
span { border-color: #B74253; }
span { border-color: rgb(183,66,83); }
td.TdClassName
{
border-color: #B74253;
}
.TagClassName
{
border-color: #B74253;
}
</style>