Shades of Hippie Pink #B74A54
Tints of Hippie Pink #B74A54
RGB
CMYK
RGB Variations
Color information
#B74A54 (or 0xB74A54) is known color: Hippie Pink. HEX triplet: B7, 4A and 54. RGB value is (183,74,84). Sum of RGB (Red+Green+Blue) = 183+74+84=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A54 is #48B5AB. Grayscale: #6B6B6B. Windows color (decimal): -4765100 or 5524151. OLE color: 5524151.
HSL color Cylindrical-coordinate representation of color #B74A54: hue angle of 354.5º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A54 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 84 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.28 |
| HSL | 354.5º | 0.43% | 0.5% | - |
| HSV(B) | 354.5º | 0.6% | 0.72% | - |
| XYZ | 23.58 | 15.6 | 10.16 | - |
| YUV | 107.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 84 | 0 | 0.60 | 0.54 | 0.28 | 354.5 | 0.43 | 0.5 |
| Hex | B7 | 4A | 54 | 0 | 3C | 36 | 1C | 162 | 2B | 32 |
| Octal | 267 | 112 | 124 | 0 | 74 | 66 | 34 | 542 | 53 | 62 |
| Binary | 10110111 | 1001010 | 1010100 | 0 | 111100 | 110110 | 11100 | 101100010 | 101011 | 110010 |
Color Harmonies of #B74A54
Complementary color
Monochromatic Colors of #B74A54
Black with #B74A54
Text Example
Text Example
White with #B74A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A54; }
p { color: rgb(183,74,84); }
H1.HeaderClassName
{
color: #B74A54;
}
.AnyTagClassName
{
color: #B74A54;
}
</style>
background-color css
<style>
a { background-color: #B74A54; }
a { background-color: rgb(183,74,84); }
div.DivClassName
{
background-color: #B74A54;
}
.BgClassName
{
background-color: #B74A54;
}
</style>
border-color css
<style>
span { border-color: #B74A54; }
span { border-color: rgb(183,74,84); }
td.TdClassName
{
border-color: #B74A54;
}
.TagClassName
{
border-color: #B74A54;
}
</style>