Shades of Hippie Pink #B9455B
Tints of Hippie Pink #B9455B
RGB
CMYK
RGB Variations
Color information
#B9455B (or 0xB9455B) is known color: Hippie Pink. HEX triplet: B9, 45 and 5B. RGB value is (185,69,91). Sum of RGB (Red+Green+Blue) = 185+69+91=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9455B is #46BAA4. Grayscale: #6A6A6A. Windows color (decimal): -4635301 or 5981625. OLE color: 5981625.
HSL color Cylindrical-coordinate representation of color #B9455B: hue angle of 348.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9455B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 91 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.27 |
| HSL | 348.62º | 0.46% | 0.5% | - |
| HSV(B) | 348.62º | 0.63% | 0.73% | - |
| XYZ | 24.02 | 15.33 | 11.59 | - |
| YUV | 106.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 91 | 0 | 0.63 | 0.51 | 0.27 | 348.62 | 0.46 | 0.5 |
| Hex | B9 | 45 | 5B | 0 | 3F | 33 | 1B | 15D | 2E | 32 |
| Octal | 271 | 105 | 133 | 0 | 77 | 63 | 33 | 535 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1011011 | 0 | 111111 | 110011 | 11011 | 101011101 | 101110 | 110010 |
Color Harmonies of #B9455B
Complementary color
Monochromatic Colors of #B9455B
Black with #B9455B
Text Example
Text Example
White with #B9455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9455B; }
p { color: rgb(185,69,91); }
H1.HeaderClassName
{
color: #B9455B;
}
.AnyTagClassName
{
color: #B9455B;
}
</style>
background-color css
<style>
a { background-color: #B9455B; }
a { background-color: rgb(185,69,91); }
div.DivClassName
{
background-color: #B9455B;
}
.BgClassName
{
background-color: #B9455B;
}
</style>
border-color css
<style>
span { border-color: #B9455B; }
span { border-color: rgb(185,69,91); }
td.TdClassName
{
border-color: #B9455B;
}
.TagClassName
{
border-color: #B9455B;
}
</style>