Shades of Hippie Pink #B34353
Tints of Hippie Pink #B34353
RGB
CMYK
RGB Variations
Color information
#B34353 (or 0xB34353) is known color: Hippie Pink. HEX triplet: B3, 43 and 53. RGB value is (179,67,83). Sum of RGB (Red+Green+Blue) = 179+67+83=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B34353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34353 is #4CBCAC. Grayscale: #666666. Windows color (decimal): -5029037 or 5456819. OLE color: 5456819.
HSL color Cylindrical-coordinate representation of color #B34353: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34353 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 83 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.30 |
| HSL | 351.43º | 0.46% | 0.48% | - |
| HSV(B) | 351.43º | 0.63% | 0.7% | - |
| XYZ | 22.16 | 14.22 | 9.76 | - |
| YUV | 102.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 83 | 0 | 0.63 | 0.54 | 0.30 | 351.43 | 0.46 | 0.48 |
| Hex | B3 | 43 | 53 | 0 | 3F | 36 | 1E | 15F | 2E | 30 |
| Octal | 263 | 103 | 123 | 0 | 77 | 66 | 36 | 537 | 56 | 60 |
| Binary | 10110011 | 1000011 | 1010011 | 0 | 111111 | 110110 | 11110 | 101011111 | 101110 | 110000 |
Color Harmonies of #B34353
Complementary color
Monochromatic Colors of #B34353
Black with #B34353
Text Example
Text Example
White with #B34353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34353; }
p { color: rgb(179,67,83); }
H1.HeaderClassName
{
color: #B34353;
}
.AnyTagClassName
{
color: #B34353;
}
</style>
background-color css
<style>
a { background-color: #B34353; }
a { background-color: rgb(179,67,83); }
div.DivClassName
{
background-color: #B34353;
}
.BgClassName
{
background-color: #B34353;
}
</style>
border-color css
<style>
span { border-color: #B34353; }
span { border-color: rgb(179,67,83); }
td.TdClassName
{
border-color: #B34353;
}
.TagClassName
{
border-color: #B34353;
}
</style>