Shades of Hippie Pink #B74A57
Tints of Hippie Pink #B74A57
RGB
CMYK
RGB Variations
Color information
#B74A57 (or 0xB74A57) is known color: Hippie Pink. HEX triplet: B7, 4A and 57. RGB value is (183,74,87). Sum of RGB (Red+Green+Blue) = 183+74+87=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A57 is #48B5A8. Grayscale: #6C6C6C. Windows color (decimal): -4765097 or 5720759. OLE color: 5720759.
HSL color Cylindrical-coordinate representation of color #B74A57: hue angle of 352.84º 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 #B74A57 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 87 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.28 |
| HSL | 352.84º | 0.43% | 0.5% | - |
| HSV(B) | 352.84º | 0.6% | 0.72% | - |
| XYZ | 23.7 | 15.65 | 10.79 | - |
| YUV | 108.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 87 | 0 | 0.60 | 0.52 | 0.28 | 352.84 | 0.43 | 0.5 |
| Hex | B7 | 4A | 57 | 0 | 3C | 34 | 1C | 161 | 2B | 32 |
| Octal | 267 | 112 | 127 | 0 | 74 | 64 | 34 | 541 | 53 | 62 |
| Binary | 10110111 | 1001010 | 1010111 | 0 | 111100 | 110100 | 11100 | 101100001 | 101011 | 110010 |
Color Harmonies of #B74A57
Complementary color
Monochromatic Colors of #B74A57
Black with #B74A57
Text Example
Text Example
White with #B74A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A57; }
p { color: rgb(183,74,87); }
H1.HeaderClassName
{
color: #B74A57;
}
.AnyTagClassName
{
color: #B74A57;
}
</style>
background-color css
<style>
a { background-color: #B74A57; }
a { background-color: rgb(183,74,87); }
div.DivClassName
{
background-color: #B74A57;
}
.BgClassName
{
background-color: #B74A57;
}
</style>
border-color css
<style>
span { border-color: #B74A57; }
span { border-color: rgb(183,74,87); }
td.TdClassName
{
border-color: #B74A57;
}
.TagClassName
{
border-color: #B74A57;
}
</style>