Shades of Akaroa #BEAD93
Tints of Akaroa #BEAD93
RGB
CMYK
RGB Variations
Color information
#BEAD93 (or 0xBEAD93) is known color: Akaroa. HEX triplet: BE, AD and 93. RGB value is (190,173,147). Sum of RGB (Red+Green+Blue) = 190+173+147=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD93 is #41526C. Grayscale: #AFAFAF. Windows color (decimal): -4280941 or 9678270. OLE color: 9678270.
HSL color Cylindrical-coordinate representation of color #BEAD93: hue angle of 36.28º 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 #BEAD93 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 147 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.25 |
| HSL | 36.28º | 0.25% | 0.66% | - |
| HSV(B) | 36.28º | 0.23% | 0.75% | - |
| XYZ | 41.45 | 42.94 | 33.71 | - |
| YUV | 175.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 147 | 0 | 0.09 | 0.23 | 0.25 | 36.28 | 0.25 | 0.66 |
| Hex | BE | AD | 93 | 0 | 9 | 17 | 19 | 24 | 19 | 42 |
| Octal | 276 | 255 | 223 | 0 | 11 | 27 | 31 | 44 | 31 | 102 |
| Binary | 10111110 | 10101101 | 10010011 | 0 | 1001 | 10111 | 11001 | 100100 | 11001 | 1000010 |
Color Harmonies of #BEAD93
Complementary color
Monochromatic Colors of #BEAD93
Black with #BEAD93
Text Example
Text Example
White with #BEAD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD93; }
p { color: rgb(190,173,147); }
H1.HeaderClassName
{
color: #BEAD93;
}
.AnyTagClassName
{
color: #BEAD93;
}
</style>
background-color css
<style>
a { background-color: #BEAD93; }
a { background-color: rgb(190,173,147); }
div.DivClassName
{
background-color: #BEAD93;
}
.BgClassName
{
background-color: #BEAD93;
}
</style>
border-color css
<style>
span { border-color: #BEAD93; }
span { border-color: rgb(190,173,147); }
td.TdClassName
{
border-color: #BEAD93;
}
.TagClassName
{
border-color: #BEAD93;
}
</style>