Shades of Hippie Pink #B0445A
Tints of Hippie Pink #B0445A
RGB
CMYK
RGB Variations
Color information
#B0445A (or 0xB0445A) is known color: Hippie Pink. HEX triplet: B0, 44 and 5A. RGB value is (176,68,90). Sum of RGB (Red+Green+Blue) = 176+68+90=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0445A is #4FBBA5. Grayscale: #666666. Windows color (decimal): -5225382 or 5915824. OLE color: 5915824.
HSL color Cylindrical-coordinate representation of color #B0445A: hue angle of 347.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0445A is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 90 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.31 |
| HSL | 347.78º | 0.44% | 0.48% | - |
| HSV(B) | 347.78º | 0.61% | 0.69% | - |
| XYZ | 21.82 | 14.1 | 11.25 | - |
| YUV | 102.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 90 | 0 | 0.61 | 0.49 | 0.31 | 347.78 | 0.44 | 0.48 |
| Hex | B0 | 44 | 5A | 0 | 3D | 31 | 1F | 15C | 2C | 30 |
| Octal | 260 | 104 | 132 | 0 | 75 | 61 | 37 | 534 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1011010 | 0 | 111101 | 110001 | 11111 | 101011100 | 101100 | 110000 |
Color Harmonies of #B0445A
Complementary color
Monochromatic Colors of #B0445A
Black with #B0445A
Text Example
Text Example
White with #B0445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0445A; }
p { color: rgb(176,68,90); }
H1.HeaderClassName
{
color: #B0445A;
}
.AnyTagClassName
{
color: #B0445A;
}
</style>
background-color css
<style>
a { background-color: #B0445A; }
a { background-color: rgb(176,68,90); }
div.DivClassName
{
background-color: #B0445A;
}
.BgClassName
{
background-color: #B0445A;
}
</style>
border-color css
<style>
span { border-color: #B0445A; }
span { border-color: rgb(176,68,90); }
td.TdClassName
{
border-color: #B0445A;
}
.TagClassName
{
border-color: #B0445A;
}
</style>