Shades of Hippie Pink #B8435D
Tints of Hippie Pink #B8435D
RGB
CMYK
RGB Variations
Color information
#B8435D (or 0xB8435D) is known color: Hippie Pink. HEX triplet: B8, 43 and 5D. RGB value is (184,67,93). Sum of RGB (Red+Green+Blue) = 184+67+93=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8435D is #47BCA2. Grayscale: #686868. Windows color (decimal): -4701347 or 6112184. OLE color: 6112184.
HSL color Cylindrical-coordinate representation of color #B8435D: hue angle of 346.67º 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 #B8435D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 93 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.28 |
| HSL | 346.67º | 0.47% | 0.49% | - |
| HSV(B) | 346.67º | 0.64% | 0.72% | - |
| XYZ | 23.75 | 14.99 | 12 | - |
| YUV | 104.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 93 | 0 | 0.64 | 0.49 | 0.28 | 346.67 | 0.47 | 0.49 |
| Hex | B8 | 43 | 5D | 0 | 40 | 31 | 1C | 15B | 2F | 31 |
| Octal | 270 | 103 | 135 | 0 | 100 | 61 | 34 | 533 | 57 | 61 |
| Binary | 10111000 | 1000011 | 1011101 | 0 | 1000000 | 110001 | 11100 | 101011011 | 101111 | 110001 |
Color Harmonies of #B8435D
Complementary color
Monochromatic Colors of #B8435D
Black with #B8435D
Text Example
Text Example
White with #B8435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8435D; }
p { color: rgb(184,67,93); }
H1.HeaderClassName
{
color: #B8435D;
}
.AnyTagClassName
{
color: #B8435D;
}
</style>
background-color css
<style>
a { background-color: #B8435D; }
a { background-color: rgb(184,67,93); }
div.DivClassName
{
background-color: #B8435D;
}
.BgClassName
{
background-color: #B8435D;
}
</style>
border-color css
<style>
span { border-color: #B8435D; }
span { border-color: rgb(184,67,93); }
td.TdClassName
{
border-color: #B8435D;
}
.TagClassName
{
border-color: #B8435D;
}
</style>