Shades of Hippie Pink #BC435B
Tints of Hippie Pink #BC435B
RGB
CMYK
RGB Variations
Color information
#BC435B (or 0xBC435B) is known color: Hippie Pink. HEX triplet: BC, 43 and 5B. RGB value is (188,67,91). Sum of RGB (Red+Green+Blue) = 188+67+91=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC435B is #43BCA4. Grayscale: #696969. Windows color (decimal): -4439205 or 5981116. OLE color: 5981116.
HSL color Cylindrical-coordinate representation of color #BC435B: hue angle of 348.1º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC435B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 91 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.26 |
| HSL | 348.1º | 0.47% | 0.5% | - |
| HSV(B) | 348.1º | 0.64% | 0.74% | - |
| XYZ | 24.63 | 15.46 | 11.58 | - |
| YUV | 105.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 91 | 0 | 0.64 | 0.52 | 0.26 | 348.1 | 0.47 | 0.5 |
| Hex | BC | 43 | 5B | 0 | 40 | 34 | 1A | 15C | 2F | 32 |
| Octal | 274 | 103 | 133 | 0 | 100 | 64 | 32 | 534 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1011011 | 0 | 1000000 | 110100 | 11010 | 101011100 | 101111 | 110010 |
Color Harmonies of #BC435B
Complementary color
Monochromatic Colors of #BC435B
Black with #BC435B
Text Example
Text Example
White with #BC435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC435B; }
p { color: rgb(188,67,91); }
H1.HeaderClassName
{
color: #BC435B;
}
.AnyTagClassName
{
color: #BC435B;
}
</style>
background-color css
<style>
a { background-color: #BC435B; }
a { background-color: rgb(188,67,91); }
div.DivClassName
{
background-color: #BC435B;
}
.BgClassName
{
background-color: #BC435B;
}
</style>
border-color css
<style>
span { border-color: #BC435B; }
span { border-color: rgb(188,67,91); }
td.TdClassName
{
border-color: #BC435B;
}
.TagClassName
{
border-color: #BC435B;
}
</style>