Shades of Hippie Pink #B83C5A
Tints of Hippie Pink #B83C5A
RGB
CMYK
RGB Variations
Color information
#B83C5A (or 0xB83C5A) is known color: Hippie Pink. HEX triplet: B8, 3C and 5A. RGB value is (184,60,90). Sum of RGB (Red+Green+Blue) = 184+60+90=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C5A is #47C3A5. Grayscale: #646464. Windows color (decimal): -4703142 or 5913784. OLE color: 5913784.
HSL color Cylindrical-coordinate representation of color #B83C5A: hue angle of 345.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C5A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 90 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.28 |
| HSL | 345.48º | 0.51% | 0.48% | - |
| HSV(B) | 345.48º | 0.67% | 0.72% | - |
| XYZ | 23.23 | 14.16 | 11.18 | - |
| YUV | 100.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 90 | 0 | 0.67 | 0.51 | 0.28 | 345.48 | 0.51 | 0.48 |
| Hex | B8 | 3C | 5A | 0 | 43 | 33 | 1C | 159 | 33 | 30 |
| Octal | 270 | 74 | 132 | 0 | 103 | 63 | 34 | 531 | 63 | 60 |
| Binary | 10111000 | 111100 | 1011010 | 0 | 1000011 | 110011 | 11100 | 101011001 | 110011 | 110000 |
Color Harmonies of #B83C5A
Complementary color
Monochromatic Colors of #B83C5A
Black with #B83C5A
Text Example
Text Example
White with #B83C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C5A; }
p { color: rgb(184,60,90); }
H1.HeaderClassName
{
color: #B83C5A;
}
.AnyTagClassName
{
color: #B83C5A;
}
</style>
background-color css
<style>
a { background-color: #B83C5A; }
a { background-color: rgb(184,60,90); }
div.DivClassName
{
background-color: #B83C5A;
}
.BgClassName
{
background-color: #B83C5A;
}
</style>
border-color css
<style>
span { border-color: #B83C5A; }
span { border-color: rgb(184,60,90); }
td.TdClassName
{
border-color: #B83C5A;
}
.TagClassName
{
border-color: #B83C5A;
}
</style>