Shades of Hippie Pink #B7535A
Tints of Hippie Pink #B7535A
RGB
CMYK
RGB Variations
Color information
#B7535A (or 0xB7535A) is known color: Hippie Pink. HEX triplet: B7, 53 and 5A. RGB value is (183,83,90). Sum of RGB (Red+Green+Blue) = 183+83+90=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7535A is #48ACA5. Grayscale: #717171. Windows color (decimal): -4762790 or 5919671. OLE color: 5919671.
HSL color Cylindrical-coordinate representation of color #B7535A: hue angle of 355.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7535A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 90 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.28 |
| HSL | 355.8º | 0.41% | 0.52% | - |
| HSV(B) | 355.8º | 0.55% | 0.72% | - |
| XYZ | 24.47 | 16.99 | 11.66 | - |
| YUV | 113.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 90 | 0 | 0.55 | 0.51 | 0.28 | 355.8 | 0.41 | 0.52 |
| Hex | B7 | 53 | 5A | 0 | 37 | 33 | 1C | 164 | 29 | 34 |
| Octal | 267 | 123 | 132 | 0 | 67 | 63 | 34 | 544 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1011010 | 0 | 110111 | 110011 | 11100 | 101100100 | 101001 | 110100 |
Color Harmonies of #B7535A
Complementary color
Monochromatic Colors of #B7535A
Black with #B7535A
Text Example
Text Example
White with #B7535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7535A; }
p { color: rgb(183,83,90); }
H1.HeaderClassName
{
color: #B7535A;
}
.AnyTagClassName
{
color: #B7535A;
}
</style>
background-color css
<style>
a { background-color: #B7535A; }
a { background-color: rgb(183,83,90); }
div.DivClassName
{
background-color: #B7535A;
}
.BgClassName
{
background-color: #B7535A;
}
</style>
border-color css
<style>
span { border-color: #B7535A; }
span { border-color: rgb(183,83,90); }
td.TdClassName
{
border-color: #B7535A;
}
.TagClassName
{
border-color: #B7535A;
}
</style>