Shades of Akaroa #BEAB93
Tints of Akaroa #BEAB93
RGB
CMYK
RGB Variations
Color information
#BEAB93 (or 0xBEAB93) is known color: Akaroa. HEX triplet: BE, AB and 93. RGB value is (190,171,147). Sum of RGB (Red+Green+Blue) = 190+171+147=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB93 is #41546C. Grayscale: #AEAEAE. Windows color (decimal): -4281453 or 9677758. OLE color: 9677758.
HSL color Cylindrical-coordinate representation of color #BEAB93: hue angle of 33.49º 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 #BEAB93 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 147 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.25 |
| HSL | 33.49º | 0.25% | 0.66% | - |
| HSV(B) | 33.49º | 0.23% | 0.75% | - |
| XYZ | 41.06 | 42.18 | 33.58 | - |
| YUV | 173.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 147 | 0 | 0.10 | 0.23 | 0.25 | 33.49 | 0.25 | 0.66 |
| Hex | BE | AB | 93 | 0 | A | 17 | 19 | 21 | 19 | 42 |
| Octal | 276 | 253 | 223 | 0 | 12 | 27 | 31 | 41 | 31 | 102 |
| Binary | 10111110 | 10101011 | 10010011 | 0 | 1010 | 10111 | 11001 | 100001 | 11001 | 1000010 |
Color Harmonies of #BEAB93
Complementary color
Monochromatic Colors of #BEAB93
Black with #BEAB93
Text Example
Text Example
White with #BEAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB93; }
p { color: rgb(190,171,147); }
H1.HeaderClassName
{
color: #BEAB93;
}
.AnyTagClassName
{
color: #BEAB93;
}
</style>
background-color css
<style>
a { background-color: #BEAB93; }
a { background-color: rgb(190,171,147); }
div.DivClassName
{
background-color: #BEAB93;
}
.BgClassName
{
background-color: #BEAB93;
}
</style>
border-color css
<style>
span { border-color: #BEAB93; }
span { border-color: rgb(190,171,147); }
td.TdClassName
{
border-color: #BEAB93;
}
.TagClassName
{
border-color: #BEAB93;
}
</style>