Shades of Hippie Pink #B9435D
Tints of Hippie Pink #B9435D
RGB
CMYK
RGB Variations
Color information
#B9435D (or 0xB9435D) is known color: Hippie Pink. HEX triplet: B9, 43 and 5D. RGB value is (185,67,93). Sum of RGB (Red+Green+Blue) = 185+67+93=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9435D is #46BCA2. Grayscale: #696969. Windows color (decimal): -4635811 or 6112185. OLE color: 6112185.
HSL color Cylindrical-coordinate representation of color #B9435D: hue angle of 346.78º 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 #B9435D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 93 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.27 |
| HSL | 346.78º | 0.47% | 0.49% | - |
| HSV(B) | 346.78º | 0.64% | 0.73% | - |
| XYZ | 23.99 | 15.12 | 12.01 | - |
| YUV | 105.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 93 | 0 | 0.64 | 0.50 | 0.27 | 346.78 | 0.47 | 0.49 |
| Hex | B9 | 43 | 5D | 0 | 40 | 32 | 1B | 15B | 2F | 31 |
| Octal | 271 | 103 | 135 | 0 | 100 | 62 | 33 | 533 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1011101 | 0 | 1000000 | 110010 | 11011 | 101011011 | 101111 | 110001 |
Color Harmonies of #B9435D
Complementary color
Monochromatic Colors of #B9435D
Black with #B9435D
Text Example
Text Example
White with #B9435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9435D; }
p { color: rgb(185,67,93); }
H1.HeaderClassName
{
color: #B9435D;
}
.AnyTagClassName
{
color: #B9435D;
}
</style>
background-color css
<style>
a { background-color: #B9435D; }
a { background-color: rgb(185,67,93); }
div.DivClassName
{
background-color: #B9435D;
}
.BgClassName
{
background-color: #B9435D;
}
</style>
border-color css
<style>
span { border-color: #B9435D; }
span { border-color: rgb(185,67,93); }
td.TdClassName
{
border-color: #B9435D;
}
.TagClassName
{
border-color: #B9435D;
}
</style>