Shades of Hippie Pink #B74B4D
Tints of Hippie Pink #B74B4D
RGB
CMYK
RGB Variations
Color information
#B74B4D (or 0xB74B4D) is known color: Hippie Pink. HEX triplet: B7, 4B and 4D. RGB value is (183,75,77). Sum of RGB (Red+Green+Blue) = 183+75+77=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B4D is #48B4B2. Grayscale: #6B6B6B. Windows color (decimal): -4764851 or 5065655. OLE color: 5065655.
HSL color Cylindrical-coordinate representation of color #B74B4D: hue angle of 358.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B4D is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 77 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.28 |
| HSL | 358.89º | 0.43% | 0.51% | - |
| HSV(B) | 358.89º | 0.59% | 0.72% | - |
| XYZ | 23.38 | 15.64 | 8.81 | - |
| YUV | 107.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 77 | 0 | 0.59 | 0.58 | 0.28 | 358.89 | 0.43 | 0.51 |
| Hex | B7 | 4B | 4D | 0 | 3B | 3A | 1C | 167 | 2B | 33 |
| Octal | 267 | 113 | 115 | 0 | 73 | 72 | 34 | 547 | 53 | 63 |
| Binary | 10110111 | 1001011 | 1001101 | 0 | 111011 | 111010 | 11100 | 101100111 | 101011 | 110011 |
Color Harmonies of #B74B4D
Complementary color
Monochromatic Colors of #B74B4D
Black with #B74B4D
Text Example
Text Example
White with #B74B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B4D; }
p { color: rgb(183,75,77); }
H1.HeaderClassName
{
color: #B74B4D;
}
.AnyTagClassName
{
color: #B74B4D;
}
</style>
background-color css
<style>
a { background-color: #B74B4D; }
a { background-color: rgb(183,75,77); }
div.DivClassName
{
background-color: #B74B4D;
}
.BgClassName
{
background-color: #B74B4D;
}
</style>
border-color css
<style>
span { border-color: #B74B4D; }
span { border-color: rgb(183,75,77); }
td.TdClassName
{
border-color: #B74B4D;
}
.TagClassName
{
border-color: #B74B4D;
}
</style>