Shades of Hippie Pink #B7435C
Tints of Hippie Pink #B7435C
RGB
CMYK
RGB Variations
Color information
#B7435C (or 0xB7435C) is known color: Hippie Pink. HEX triplet: B7, 43 and 5C. RGB value is (183,67,92). Sum of RGB (Red+Green+Blue) = 183+67+92=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7435C is #48BCA3. Grayscale: #686868. Windows color (decimal): -4766884 or 6046647. OLE color: 6046647.
HSL color Cylindrical-coordinate representation of color #B7435C: hue angle of 347.07º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7435C is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 92 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.28 |
| HSL | 347.07º | 0.46% | 0.49% | - |
| HSV(B) | 347.07º | 0.63% | 0.72% | - |
| XYZ | 23.47 | 14.85 | 11.76 | - |
| YUV | 104.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 92 | 0 | 0.63 | 0.50 | 0.28 | 347.07 | 0.46 | 0.49 |
| Hex | B7 | 43 | 5C | 0 | 3F | 32 | 1C | 15B | 2E | 31 |
| Octal | 267 | 103 | 134 | 0 | 77 | 62 | 34 | 533 | 56 | 61 |
| Binary | 10110111 | 1000011 | 1011100 | 0 | 111111 | 110010 | 11100 | 101011011 | 101110 | 110001 |
Color Harmonies of #B7435C
Complementary color
Monochromatic Colors of #B7435C
Black with #B7435C
Text Example
Text Example
White with #B7435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7435C; }
p { color: rgb(183,67,92); }
H1.HeaderClassName
{
color: #B7435C;
}
.AnyTagClassName
{
color: #B7435C;
}
</style>
background-color css
<style>
a { background-color: #B7435C; }
a { background-color: rgb(183,67,92); }
div.DivClassName
{
background-color: #B7435C;
}
.BgClassName
{
background-color: #B7435C;
}
</style>
border-color css
<style>
span { border-color: #B7435C; }
span { border-color: rgb(183,67,92); }
td.TdClassName
{
border-color: #B7435C;
}
.TagClassName
{
border-color: #B7435C;
}
</style>