Shades of Hippie Pink #B94353
Tints of Hippie Pink #B94353
RGB
CMYK
RGB Variations
Color information
#B94353 (or 0xB94353) is known color: Hippie Pink. HEX triplet: B9, 43 and 53. RGB value is (185,67,83). Sum of RGB (Red+Green+Blue) = 185+67+83=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B94353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94353 is #46BCAC. Grayscale: #686868. Windows color (decimal): -4635821 or 5456825. OLE color: 5456825.
HSL color Cylindrical-coordinate representation of color #B94353: hue angle of 351.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94353 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 83 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.27 |
| HSL | 351.86º | 0.47% | 0.49% | - |
| HSV(B) | 351.86º | 0.64% | 0.73% | - |
| XYZ | 23.58 | 14.95 | 9.83 | - |
| YUV | 104.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 83 | 0 | 0.64 | 0.55 | 0.27 | 351.86 | 0.47 | 0.49 |
| Hex | B9 | 43 | 53 | 0 | 40 | 37 | 1B | 160 | 2F | 31 |
| Octal | 271 | 103 | 123 | 0 | 100 | 67 | 33 | 540 | 57 | 61 |
| Binary | 10111001 | 1000011 | 1010011 | 0 | 1000000 | 110111 | 11011 | 101100000 | 101111 | 110001 |
Color Harmonies of #B94353
Complementary color
Monochromatic Colors of #B94353
Black with #B94353
Text Example
Text Example
White with #B94353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94353; }
p { color: rgb(185,67,83); }
H1.HeaderClassName
{
color: #B94353;
}
.AnyTagClassName
{
color: #B94353;
}
</style>
background-color css
<style>
a { background-color: #B94353; }
a { background-color: rgb(185,67,83); }
div.DivClassName
{
background-color: #B94353;
}
.BgClassName
{
background-color: #B94353;
}
</style>
border-color css
<style>
span { border-color: #B94353; }
span { border-color: rgb(185,67,83); }
td.TdClassName
{
border-color: #B94353;
}
.TagClassName
{
border-color: #B94353;
}
</style>