Shades of Hippie Pink #B8435C
Tints of Hippie Pink #B8435C
RGB
CMYK
RGB Variations
Color information
#B8435C (or 0xB8435C) is known color: Hippie Pink. HEX triplet: B8, 43 and 5C. RGB value is (184,67,92). Sum of RGB (Red+Green+Blue) = 184+67+92=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8435C is #47BCA3. Grayscale: #686868. Windows color (decimal): -4701348 or 6046648. OLE color: 6046648.
HSL color Cylindrical-coordinate representation of color #B8435C: hue angle of 347.18º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8435C is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 92 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.28 |
| HSL | 347.18º | 0.47% | 0.49% | - |
| HSV(B) | 347.18º | 0.64% | 0.72% | - |
| XYZ | 23.71 | 14.98 | 11.77 | - |
| YUV | 104.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 92 | 0 | 0.64 | 0.50 | 0.28 | 347.18 | 0.47 | 0.49 |
| Hex | B8 | 43 | 5C | 0 | 40 | 32 | 1C | 15B | 2F | 31 |
| Octal | 270 | 103 | 134 | 0 | 100 | 62 | 34 | 533 | 57 | 61 |
| Binary | 10111000 | 1000011 | 1011100 | 0 | 1000000 | 110010 | 11100 | 101011011 | 101111 | 110001 |
Color Harmonies of #B8435C
Complementary color
Monochromatic Colors of #B8435C
Black with #B8435C
Text Example
Text Example
White with #B8435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8435C; }
p { color: rgb(184,67,92); }
H1.HeaderClassName
{
color: #B8435C;
}
.AnyTagClassName
{
color: #B8435C;
}
</style>
background-color css
<style>
a { background-color: #B8435C; }
a { background-color: rgb(184,67,92); }
div.DivClassName
{
background-color: #B8435C;
}
.BgClassName
{
background-color: #B8435C;
}
</style>
border-color css
<style>
span { border-color: #B8435C; }
span { border-color: rgb(184,67,92); }
td.TdClassName
{
border-color: #B8435C;
}
.TagClassName
{
border-color: #B8435C;
}
</style>