Shades of Hippie Pink #B4435C
Tints of Hippie Pink #B4435C
RGB
CMYK
RGB Variations
Color information
#B4435C (or 0xB4435C) is known color: Hippie Pink. HEX triplet: B4, 43 and 5C. RGB value is (180,67,92). Sum of RGB (Red+Green+Blue) = 180+67+92=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4435C is #4BBCA3. Grayscale: #676767. Windows color (decimal): -4963492 or 6046644. OLE color: 6046644.
HSL color Cylindrical-coordinate representation of color #B4435C: hue angle of 346.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4435C is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 92 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.29 |
| HSL | 346.73º | 0.46% | 0.48% | - |
| HSV(B) | 346.73º | 0.63% | 0.71% | - |
| XYZ | 22.76 | 14.49 | 11.72 | - |
| YUV | 103.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 92 | 0 | 0.63 | 0.49 | 0.29 | 346.73 | 0.46 | 0.48 |
| Hex | B4 | 43 | 5C | 0 | 3F | 31 | 1D | 15B | 2E | 30 |
| Octal | 264 | 103 | 134 | 0 | 77 | 61 | 35 | 533 | 56 | 60 |
| Binary | 10110100 | 1000011 | 1011100 | 0 | 111111 | 110001 | 11101 | 101011011 | 101110 | 110000 |
Color Harmonies of #B4435C
Complementary color
Monochromatic Colors of #B4435C
Black with #B4435C
Text Example
Text Example
White with #B4435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4435C; }
p { color: rgb(180,67,92); }
H1.HeaderClassName
{
color: #B4435C;
}
.AnyTagClassName
{
color: #B4435C;
}
</style>
background-color css
<style>
a { background-color: #B4435C; }
a { background-color: rgb(180,67,92); }
div.DivClassName
{
background-color: #B4435C;
}
.BgClassName
{
background-color: #B4435C;
}
</style>
border-color css
<style>
span { border-color: #B4435C; }
span { border-color: rgb(180,67,92); }
td.TdClassName
{
border-color: #B4435C;
}
.TagClassName
{
border-color: #B4435C;
}
</style>