Shades of Akaroa #BEB599
Tints of Akaroa #BEB599
RGB
CMYK
RGB Variations
Color information
#BEB599 (or 0xBEB599) is known color: Akaroa. HEX triplet: BE, B5 and 99. RGB value is (190,181,153). Sum of RGB (Red+Green+Blue) = 190+181+153=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB599 is #414A66. Grayscale: #B4B4B4. Windows color (decimal): -4278887 or 10073534. OLE color: 10073534.
HSL color Cylindrical-coordinate representation of color #BEB599: hue angle of 45.41º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEB599 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 153 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.25 |
| HSL | 45.41º | 0.22% | 0.67% | - |
| HSV(B) | 45.41º | 0.19% | 0.75% | - |
| XYZ | 43.51 | 46.29 | 36.78 | - |
| YUV | 180.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 153 | 0 | 0.05 | 0.19 | 0.25 | 45.41 | 0.22 | 0.67 |
| Hex | BE | B5 | 99 | 0 | 5 | 13 | 19 | 2D | 16 | 43 |
| Octal | 276 | 265 | 231 | 0 | 5 | 23 | 31 | 55 | 26 | 103 |
| Binary | 10111110 | 10110101 | 10011001 | 0 | 101 | 10011 | 11001 | 101101 | 10110 | 1000011 |
Color Harmonies of #BEB599
Complementary color
Monochromatic Colors of #BEB599
Black with #BEB599
Text Example
Text Example
White with #BEB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB599; }
p { color: rgb(190,181,153); }
H1.HeaderClassName
{
color: #BEB599;
}
.AnyTagClassName
{
color: #BEB599;
}
</style>
background-color css
<style>
a { background-color: #BEB599; }
a { background-color: rgb(190,181,153); }
div.DivClassName
{
background-color: #BEB599;
}
.BgClassName
{
background-color: #BEB599;
}
</style>
border-color css
<style>
span { border-color: #BEB599; }
span { border-color: rgb(190,181,153); }
td.TdClassName
{
border-color: #BEB599;
}
.TagClassName
{
border-color: #BEB599;
}
</style>