Shades of Beauty Bush #E6B1AD
Tints of Beauty Bush #E6B1AD
RGB
CMYK
RGB Variations
Color information
#E6B1AD (or 0xE6B1AD) is known color: Beauty Bush. HEX triplet: E6, B1 and AD. RGB value is (230,177,173). Sum of RGB (Red+Green+Blue) = 230+177+173=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B1AD is #194E52. Grayscale: #C0C0C0. Windows color (decimal): -1658451 or 11383270. OLE color: 11383270.
HSL color Cylindrical-coordinate representation of color #E6B1AD: hue angle of 4.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6B1AD is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 173 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.10 |
| HSL | 4.21º | 0.53% | 0.79% | - |
| HSV(B) | 4.21º | 0.25% | 0.9% | - |
| XYZ | 55.9 | 51.28 | 46.49 | - |
| YUV | 192.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 173 | 0 | 0.23 | 0.25 | 0.10 | 4.21 | 0.53 | 0.79 |
| Hex | E6 | B1 | AD | 0 | 17 | 19 | A | 4 | 35 | 4F |
| Octal | 346 | 261 | 255 | 0 | 27 | 31 | 12 | 4 | 65 | 117 |
| Binary | 11100110 | 10110001 | 10101101 | 0 | 10111 | 11001 | 1010 | 100 | 110101 | 1001111 |
Color Harmonies of #E6B1AD
Complementary color
Monochromatic Colors of #E6B1AD
Black with #E6B1AD
Text Example
Text Example
White with #E6B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B1AD; }
p { color: rgb(230,177,173); }
H1.HeaderClassName
{
color: #E6B1AD;
}
.AnyTagClassName
{
color: #E6B1AD;
}
</style>
background-color css
<style>
a { background-color: #E6B1AD; }
a { background-color: rgb(230,177,173); }
div.DivClassName
{
background-color: #E6B1AD;
}
.BgClassName
{
background-color: #E6B1AD;
}
</style>
border-color css
<style>
span { border-color: #E6B1AD; }
span { border-color: rgb(230,177,173); }
td.TdClassName
{
border-color: #E6B1AD;
}
.TagClassName
{
border-color: #E6B1AD;
}
</style>