Shades of Hippie Pink #B65256
Tints of Hippie Pink #B65256
RGB
CMYK
RGB Variations
Color information
#B65256 (or 0xB65256) is known color: Hippie Pink. HEX triplet: B6, 52 and 56. RGB value is (182,82,86). Sum of RGB (Red+Green+Blue) = 182+82+86=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B65256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65256 is #49ADA9. Grayscale: #707070. Windows color (decimal): -4828586 or 5657270. OLE color: 5657270.
HSL color Cylindrical-coordinate representation of color #B65256: hue angle of 357.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65256 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 86 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.29 |
| HSL | 357.6º | 0.41% | 0.52% | - |
| HSV(B) | 357.6º | 0.55% | 0.71% | - |
| XYZ | 23.99 | 16.65 | 10.75 | - |
| YUV | 112.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 86 | 0 | 0.55 | 0.53 | 0.29 | 357.6 | 0.41 | 0.52 |
| Hex | B6 | 52 | 56 | 0 | 37 | 35 | 1D | 166 | 29 | 34 |
| Octal | 266 | 122 | 126 | 0 | 67 | 65 | 35 | 546 | 51 | 64 |
| Binary | 10110110 | 1010010 | 1010110 | 0 | 110111 | 110101 | 11101 | 101100110 | 101001 | 110100 |
Color Harmonies of #B65256
Complementary color
Monochromatic Colors of #B65256
Black with #B65256
Text Example
Text Example
White with #B65256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65256; }
p { color: rgb(182,82,86); }
H1.HeaderClassName
{
color: #B65256;
}
.AnyTagClassName
{
color: #B65256;
}
</style>
background-color css
<style>
a { background-color: #B65256; }
a { background-color: rgb(182,82,86); }
div.DivClassName
{
background-color: #B65256;
}
.BgClassName
{
background-color: #B65256;
}
</style>
border-color css
<style>
span { border-color: #B65256; }
span { border-color: rgb(182,82,86); }
td.TdClassName
{
border-color: #B65256;
}
.TagClassName
{
border-color: #B65256;
}
</style>