Shades of Akaroa #BEAC92
Tints of Akaroa #BEAC92
RGB
CMYK
RGB Variations
Color information
#BEAC92 (or 0xBEAC92) is known color: Akaroa. HEX triplet: BE, AC and 92. RGB value is (190,172,146). Sum of RGB (Red+Green+Blue) = 190+172+146=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC92 is #41536D. Grayscale: #AEAEAE. Windows color (decimal): -4281198 or 9612478. OLE color: 9612478.
HSL color Cylindrical-coordinate representation of color #BEAC92: hue angle of 35.45º 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 #BEAC92 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 146 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.25 |
| HSL | 35.45º | 0.25% | 0.66% | - |
| HSV(B) | 35.45º | 0.23% | 0.75% | - |
| XYZ | 41.18 | 42.53 | 33.23 | - |
| YUV | 174.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 146 | 0 | 0.09 | 0.23 | 0.25 | 35.45 | 0.25 | 0.66 |
| Hex | BE | AC | 92 | 0 | 9 | 17 | 19 | 23 | 19 | 42 |
| Octal | 276 | 254 | 222 | 0 | 11 | 27 | 31 | 43 | 31 | 102 |
| Binary | 10111110 | 10101100 | 10010010 | 0 | 1001 | 10111 | 11001 | 100011 | 11001 | 1000010 |
Color Harmonies of #BEAC92
Complementary color
Monochromatic Colors of #BEAC92
Black with #BEAC92
Text Example
Text Example
White with #BEAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC92; }
p { color: rgb(190,172,146); }
H1.HeaderClassName
{
color: #BEAC92;
}
.AnyTagClassName
{
color: #BEAC92;
}
</style>
background-color css
<style>
a { background-color: #BEAC92; }
a { background-color: rgb(190,172,146); }
div.DivClassName
{
background-color: #BEAC92;
}
.BgClassName
{
background-color: #BEAC92;
}
</style>
border-color css
<style>
span { border-color: #BEAC92; }
span { border-color: rgb(190,172,146); }
td.TdClassName
{
border-color: #BEAC92;
}
.TagClassName
{
border-color: #BEAC92;
}
</style>