Shades of Hippie Pink #B3505C
Tints of Hippie Pink #B3505C
RGB
CMYK
RGB Variations
Color information
#B3505C (or 0xB3505C) is known color: Hippie Pink. HEX triplet: B3, 50 and 5C. RGB value is (179,80,92). Sum of RGB (Red+Green+Blue) = 179+80+92=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3505C is #4CAFA3. Grayscale: #6F6F6F. Windows color (decimal): -5025700 or 6049971. OLE color: 6049971.
HSL color Cylindrical-coordinate representation of color #B3505C: hue angle of 352.73º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3505C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 92 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.30 |
| HSL | 352.73º | 0.39% | 0.51% | - |
| HSV(B) | 352.73º | 0.55% | 0.7% | - |
| XYZ | 23.39 | 16.09 | 12 | - |
| YUV | 110.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 92 | 0 | 0.55 | 0.49 | 0.30 | 352.73 | 0.39 | 0.51 |
| Hex | B3 | 50 | 5C | 0 | 37 | 31 | 1E | 161 | 27 | 33 |
| Octal | 263 | 120 | 134 | 0 | 67 | 61 | 36 | 541 | 47 | 63 |
| Binary | 10110011 | 1010000 | 1011100 | 0 | 110111 | 110001 | 11110 | 101100001 | 100111 | 110011 |
Color Harmonies of #B3505C
Complementary color
Monochromatic Colors of #B3505C
Black with #B3505C
Text Example
Text Example
White with #B3505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3505C; }
p { color: rgb(179,80,92); }
H1.HeaderClassName
{
color: #B3505C;
}
.AnyTagClassName
{
color: #B3505C;
}
</style>
background-color css
<style>
a { background-color: #B3505C; }
a { background-color: rgb(179,80,92); }
div.DivClassName
{
background-color: #B3505C;
}
.BgClassName
{
background-color: #B3505C;
}
</style>
border-color css
<style>
span { border-color: #B3505C; }
span { border-color: rgb(179,80,92); }
td.TdClassName
{
border-color: #B3505C;
}
.TagClassName
{
border-color: #B3505C;
}
</style>