Shades of Hippie Pink #B3404B
Tints of Hippie Pink #B3404B
RGB
CMYK
RGB Variations
Color information
#B3404B (or 0xB3404B) is known color: Hippie Pink. HEX triplet: B3, 40 and 4B. RGB value is (179,64,75). Sum of RGB (Red+Green+Blue) = 179+64+75=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3404B is #4CBFB4. Grayscale: #636363. Windows color (decimal): -5029813 or 4931763. OLE color: 4931763.
HSL color Cylindrical-coordinate representation of color #B3404B: hue angle of 354.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3404B is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 75 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.30 |
| HSL | 354.26º | 0.47% | 0.48% | - |
| HSV(B) | 354.26º | 0.64% | 0.7% | - |
| XYZ | 21.69 | 13.76 | 8.17 | - |
| YUV | 99.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 75 | 0 | 0.64 | 0.58 | 0.30 | 354.26 | 0.47 | 0.48 |
| Hex | B3 | 40 | 4B | 0 | 40 | 3A | 1E | 162 | 2F | 30 |
| Octal | 263 | 100 | 113 | 0 | 100 | 72 | 36 | 542 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1001011 | 0 | 1000000 | 111010 | 11110 | 101100010 | 101111 | 110000 |
Color Harmonies of #B3404B
Complementary color
Monochromatic Colors of #B3404B
Black with #B3404B
Text Example
Text Example
White with #B3404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3404B; }
p { color: rgb(179,64,75); }
H1.HeaderClassName
{
color: #B3404B;
}
.AnyTagClassName
{
color: #B3404B;
}
</style>
background-color css
<style>
a { background-color: #B3404B; }
a { background-color: rgb(179,64,75); }
div.DivClassName
{
background-color: #B3404B;
}
.BgClassName
{
background-color: #B3404B;
}
</style>
border-color css
<style>
span { border-color: #B3404B; }
span { border-color: rgb(179,64,75); }
td.TdClassName
{
border-color: #B3404B;
}
.TagClassName
{
border-color: #B3404B;
}
</style>