Shades of Akaroa #BEAB92
Tints of Akaroa #BEAB92
RGB
CMYK
RGB Variations
Color information
#BEAB92 (or 0xBEAB92) is known color: Akaroa. HEX triplet: BE, AB and 92. RGB value is (190,171,146). Sum of RGB (Red+Green+Blue) = 190+171+146=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB92 is #41546D. Grayscale: #ADADAD. Windows color (decimal): -4281454 or 9612222. OLE color: 9612222.
HSL color Cylindrical-coordinate representation of color #BEAB92: hue angle of 34.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 #BEAB92 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 146 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.25 |
| HSL | 34.09º | 0.25% | 0.66% | - |
| HSV(B) | 34.09º | 0.23% | 0.75% | - |
| XYZ | 40.99 | 42.15 | 33.17 | - |
| YUV | 173.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 146 | 0 | 0.10 | 0.23 | 0.25 | 34.09 | 0.25 | 0.66 |
| Hex | BE | AB | 92 | 0 | A | 17 | 19 | 22 | 19 | 42 |
| Octal | 276 | 253 | 222 | 0 | 12 | 27 | 31 | 42 | 31 | 102 |
| Binary | 10111110 | 10101011 | 10010010 | 0 | 1010 | 10111 | 11001 | 100010 | 11001 | 1000010 |
Color Harmonies of #BEAB92
Complementary color
Monochromatic Colors of #BEAB92
Black with #BEAB92
Text Example
Text Example
White with #BEAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB92; }
p { color: rgb(190,171,146); }
H1.HeaderClassName
{
color: #BEAB92;
}
.AnyTagClassName
{
color: #BEAB92;
}
</style>
background-color css
<style>
a { background-color: #BEAB92; }
a { background-color: rgb(190,171,146); }
div.DivClassName
{
background-color: #BEAB92;
}
.BgClassName
{
background-color: #BEAB92;
}
</style>
border-color css
<style>
span { border-color: #BEAB92; }
span { border-color: rgb(190,171,146); }
td.TdClassName
{
border-color: #BEAB92;
}
.TagClassName
{
border-color: #BEAB92;
}
</style>