Shades of Hippie Pink #B7445B
Tints of Hippie Pink #B7445B
RGB
CMYK
RGB Variations
Color information
#B7445B (or 0xB7445B) is known color: Hippie Pink. HEX triplet: B7, 44 and 5B. RGB value is (183,68,91). Sum of RGB (Red+Green+Blue) = 183+68+91=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7445B is #48BBA4. Grayscale: #696969. Windows color (decimal): -4766629 or 5981367. OLE color: 5981367.
HSL color Cylindrical-coordinate representation of color #B7445B: hue angle of 348º 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 #B7445B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 91 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.28 |
| HSL | 348º | 0.46% | 0.49% | - |
| HSV(B) | 348º | 0.63% | 0.72% | - |
| XYZ | 23.48 | 14.96 | 11.55 | - |
| YUV | 105.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 91 | 0 | 0.63 | 0.50 | 0.28 | 348 | 0.46 | 0.49 |
| Hex | B7 | 44 | 5B | 0 | 3F | 32 | 1C | 15C | 2E | 31 |
| Octal | 267 | 104 | 133 | 0 | 77 | 62 | 34 | 534 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1011011 | 0 | 111111 | 110010 | 11100 | 101011100 | 101110 | 110001 |
Color Harmonies of #B7445B
Complementary color
Monochromatic Colors of #B7445B
Black with #B7445B
Text Example
Text Example
White with #B7445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7445B; }
p { color: rgb(183,68,91); }
H1.HeaderClassName
{
color: #B7445B;
}
.AnyTagClassName
{
color: #B7445B;
}
</style>
background-color css
<style>
a { background-color: #B7445B; }
a { background-color: rgb(183,68,91); }
div.DivClassName
{
background-color: #B7445B;
}
.BgClassName
{
background-color: #B7445B;
}
</style>
border-color css
<style>
span { border-color: #B7445B; }
span { border-color: rgb(183,68,91); }
td.TdClassName
{
border-color: #B7445B;
}
.TagClassName
{
border-color: #B7445B;
}
</style>