Shades of Hippie Pink #B9434D
Tints of Hippie Pink #B9434D
RGB
CMYK
RGB Variations
Color information
#B9434D (or 0xB9434D) is known color: Hippie Pink. HEX triplet: B9, 43 and 4D. RGB value is (185,67,77). Sum of RGB (Red+Green+Blue) = 185+67+77=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9434D is #46BCB2. Grayscale: #676767. Windows color (decimal): -4635827 or 5063609. OLE color: 5063609.
HSL color Cylindrical-coordinate representation of color #B9434D: hue angle of 354.92º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9434D is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 77 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.27 |
| HSL | 354.92º | 0.47% | 0.49% | - |
| HSV(B) | 354.92º | 0.64% | 0.73% | - |
| XYZ | 23.35 | 14.86 | 8.66 | - |
| YUV | 103.42 | 113.09 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 77 | 0 | 0.64 | 0.58 | 0.27 | 354.92 | 0.47 | 0.49 |
| Hex | B9 | 43 | 4D | 0 | 40 | 3A | 1B | 163 | 2F | 31 |
| Octal | 271 | 103 | 115 | 0 | 100 | 72 | 33 | 543 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1001101 | 0 | 1000000 | 111010 | 11011 | 101100011 | 101111 | 110001 |
Color Harmonies of #B9434D
Complementary color
Monochromatic Colors of #B9434D
Black with #B9434D
Text Example
Text Example
White with #B9434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9434D; }
p { color: rgb(185,67,77); }
H1.HeaderClassName
{
color: #B9434D;
}
.AnyTagClassName
{
color: #B9434D;
}
</style>
background-color css
<style>
a { background-color: #B9434D; }
a { background-color: rgb(185,67,77); }
div.DivClassName
{
background-color: #B9434D;
}
.BgClassName
{
background-color: #B9434D;
}
</style>
border-color css
<style>
span { border-color: #B9434D; }
span { border-color: rgb(185,67,77); }
td.TdClassName
{
border-color: #B9434D;
}
.TagClassName
{
border-color: #B9434D;
}
</style>