Shades of Hippie Pink #B6435A
Tints of Hippie Pink #B6435A
RGB
CMYK
RGB Variations
Color information
#B6435A (or 0xB6435A) is known color: Hippie Pink. HEX triplet: B6, 43 and 5A. RGB value is (182,67,90). Sum of RGB (Red+Green+Blue) = 182+67+90=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6435A is #49BCA5. Grayscale: #686868. Windows color (decimal): -4832422 or 5915574. OLE color: 5915574.
HSL color Cylindrical-coordinate representation of color #B6435A: hue angle of 348º 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 #B6435A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 90 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.29 |
| HSL | 348º | 0.46% | 0.49% | - |
| HSV(B) | 348º | 0.63% | 0.71% | - |
| XYZ | 23.14 | 14.7 | 11.29 | - |
| YUV | 104.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 90 | 0 | 0.63 | 0.51 | 0.29 | 348 | 0.46 | 0.49 |
| Hex | B6 | 43 | 5A | 0 | 3F | 33 | 1D | 15C | 2E | 31 |
| Octal | 266 | 103 | 132 | 0 | 77 | 63 | 35 | 534 | 56 | 61 |
| Binary | 10110110 | 1000011 | 1011010 | 0 | 111111 | 110011 | 11101 | 101011100 | 101110 | 110001 |
Color Harmonies of #B6435A
Complementary color
Monochromatic Colors of #B6435A
Black with #B6435A
Text Example
Text Example
White with #B6435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6435A; }
p { color: rgb(182,67,90); }
H1.HeaderClassName
{
color: #B6435A;
}
.AnyTagClassName
{
color: #B6435A;
}
</style>
background-color css
<style>
a { background-color: #B6435A; }
a { background-color: rgb(182,67,90); }
div.DivClassName
{
background-color: #B6435A;
}
.BgClassName
{
background-color: #B6435A;
}
</style>
border-color css
<style>
span { border-color: #B6435A; }
span { border-color: rgb(182,67,90); }
td.TdClassName
{
border-color: #B6435A;
}
.TagClassName
{
border-color: #B6435A;
}
</style>