Shades of Beauty Bush #E7B7B6
Tints of Beauty Bush #E7B7B6
RGB
CMYK
RGB Variations
Color information
#E7B7B6 (or 0xE7B7B6) is known color: Beauty Bush. HEX triplet: E7, B7 and B6. RGB value is (231,183,182). Sum of RGB (Red+Green+Blue) = 231+183+182=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B7B6 is #184849. Grayscale: #C5C5C5. Windows color (decimal): -1591370 or 11974631. OLE color: 11974631.
HSL color Cylindrical-coordinate representation of color #E7B7B6: hue angle of 1.22º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7B7B6 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 183 | 182 | - |
CMYK | 0 | 0.21 | 0.21 | 0.09 |
HSL | 1.22º | 0.51% | 0.81% | - |
HSV(B) | 1.22º | 0.21% | 0.91% | - |
XYZ | 58.33 | 54.23 | 51.65 | - |
YUV | 197.24 | 119.4 | 152.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 183 | 182 | 0 | 0.21 | 0.21 | 0.09 | 1.22 | 0.51 | 0.81 |
Hex | E7 | B7 | B6 | 0 | 15 | 15 | 9 | 1 | 33 | 51 |
Octal | 347 | 267 | 266 | 0 | 25 | 25 | 11 | 1 | 63 | 121 |
Binary | 11100111 | 10110111 | 10110110 | 0 | 10101 | 10101 | 1001 | 1 | 110011 | 1010001 |
Color Harmonies of #E7B7B6
Complementary color
Monochromatic Colors of #E7B7B6
Black with #E7B7B6
Text Example
Text Example
White with #E7B7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B7B6; }
p { color: rgb(231,183,182); }
H1.HeaderClassName
{
color: #E7B7B6;
}
.AnyTagClassName
{
color: #E7B7B6;
}
</style>
background-color css
<style>
a { background-color: #E7B7B6; }
a { background-color: rgb(231,183,182); }
div.DivClassName
{
background-color: #E7B7B6;
}
.BgClassName
{
background-color: #E7B7B6;
}
</style>
border-color css
<style>
span { border-color: #E7B7B6; }
span { border-color: rgb(231,183,182); }
td.TdClassName
{
border-color: #E7B7B6;
}
.TagClassName
{
border-color: #E7B7B6;
}
</style>