Shades of Akaroa #BEAA93
Tints of Akaroa #BEAA93
RGB
CMYK
RGB Variations
Color information
#BEAA93 (or 0xBEAA93) is known color: Akaroa. HEX triplet: BE, AA and 93. RGB value is (190,170,147). Sum of RGB (Red+Green+Blue) = 190+170+147=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA93 is #41556C. Grayscale: #ADADAD. Windows color (decimal): -4281709 or 9677502. OLE color: 9677502.
HSL color Cylindrical-coordinate representation of color #BEAA93: hue angle of 32.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAA93 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 147 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.25 |
| HSL | 32.09º | 0.25% | 0.66% | - |
| HSV(B) | 32.09º | 0.23% | 0.75% | - |
| XYZ | 40.88 | 41.8 | 33.52 | - |
| YUV | 173.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 147 | 0 | 0.11 | 0.23 | 0.25 | 32.09 | 0.25 | 0.66 |
| Hex | BE | AA | 93 | 0 | B | 17 | 19 | 20 | 19 | 42 |
| Octal | 276 | 252 | 223 | 0 | 13 | 27 | 31 | 40 | 31 | 102 |
| Binary | 10111110 | 10101010 | 10010011 | 0 | 1011 | 10111 | 11001 | 100000 | 11001 | 1000010 |
Color Harmonies of #BEAA93
Complementary color
Monochromatic Colors of #BEAA93
Black with #BEAA93
Text Example
Text Example
White with #BEAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA93; }
p { color: rgb(190,170,147); }
H1.HeaderClassName
{
color: #BEAA93;
}
.AnyTagClassName
{
color: #BEAA93;
}
</style>
background-color css
<style>
a { background-color: #BEAA93; }
a { background-color: rgb(190,170,147); }
div.DivClassName
{
background-color: #BEAA93;
}
.BgClassName
{
background-color: #BEAA93;
}
</style>
border-color css
<style>
span { border-color: #BEAA93; }
span { border-color: rgb(190,170,147); }
td.TdClassName
{
border-color: #BEAA93;
}
.TagClassName
{
border-color: #BEAA93;
}
</style>