Shades of Hippie Pink #B54346
Tints of Hippie Pink #B54346
RGB
CMYK
RGB Variations
Color information
#B54346 (or 0xB54346) is known color: Hippie Pink. HEX triplet: B5, 43 and 46. RGB value is (181,67,70). Sum of RGB (Red+Green+Blue) = 181+67+70=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54346 is #4ABCB9. Grayscale: #656565. Windows color (decimal): -4897978 or 4604853. OLE color: 4604853.
HSL color Cylindrical-coordinate representation of color #B54346: hue angle of 358.42º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54346 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 70 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.29 |
| HSL | 358.42º | 0.46% | 0.49% | - |
| HSV(B) | 358.42º | 0.63% | 0.71% | - |
| XYZ | 22.17 | 14.28 | 7.38 | - |
| YUV | 101.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 70 | 0 | 0.63 | 0.61 | 0.29 | 358.42 | 0.46 | 0.49 |
| Hex | B5 | 43 | 46 | 0 | 3F | 3D | 1D | 166 | 2E | 31 |
| Octal | 265 | 103 | 106 | 0 | 77 | 75 | 35 | 546 | 56 | 61 |
| Binary | 10110101 | 1000011 | 1000110 | 0 | 111111 | 111101 | 11101 | 101100110 | 101110 | 110001 |
Color Harmonies of #B54346
Complementary color
Monochromatic Colors of #B54346
Black with #B54346
Text Example
Text Example
White with #B54346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54346; }
p { color: rgb(181,67,70); }
H1.HeaderClassName
{
color: #B54346;
}
.AnyTagClassName
{
color: #B54346;
}
</style>
background-color css
<style>
a { background-color: #B54346; }
a { background-color: rgb(181,67,70); }
div.DivClassName
{
background-color: #B54346;
}
.BgClassName
{
background-color: #B54346;
}
</style>
border-color css
<style>
span { border-color: #B54346; }
span { border-color: rgb(181,67,70); }
td.TdClassName
{
border-color: #B54346;
}
.TagClassName
{
border-color: #B54346;
}
</style>