Shades of Akaroa #BEB59B
Tints of Akaroa #BEB59B
RGB
CMYK
RGB Variations
Color information
#BEB59B (or 0xBEB59B) is known color: Akaroa. HEX triplet: BE, B5 and 9B. RGB value is (190,181,155). Sum of RGB (Red+Green+Blue) = 190+181+155=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB59B is #414A64. Grayscale: #B4B4B4. Windows color (decimal): -4278885 or 10204606. OLE color: 10204606.
HSL color Cylindrical-coordinate representation of color #BEB59B: hue angle of 44.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB59B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 155 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.25 |
| HSL | 44.57º | 0.21% | 0.68% | - |
| HSV(B) | 44.57º | 0.18% | 0.75% | - |
| XYZ | 43.68 | 46.36 | 37.66 | - |
| YUV | 180.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 155 | 0 | 0.05 | 0.18 | 0.25 | 44.57 | 0.21 | 0.68 |
| Hex | BE | B5 | 9B | 0 | 5 | 12 | 19 | 2D | 15 | 44 |
| Octal | 276 | 265 | 233 | 0 | 5 | 22 | 31 | 55 | 25 | 104 |
| Binary | 10111110 | 10110101 | 10011011 | 0 | 101 | 10010 | 11001 | 101101 | 10101 | 1000100 |
Color Harmonies of #BEB59B
Complementary color
Monochromatic Colors of #BEB59B
Black with #BEB59B
Text Example
Text Example
White with #BEB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB59B; }
p { color: rgb(190,181,155); }
H1.HeaderClassName
{
color: #BEB59B;
}
.AnyTagClassName
{
color: #BEB59B;
}
</style>
background-color css
<style>
a { background-color: #BEB59B; }
a { background-color: rgb(190,181,155); }
div.DivClassName
{
background-color: #BEB59B;
}
.BgClassName
{
background-color: #BEB59B;
}
</style>
border-color css
<style>
span { border-color: #BEB59B; }
span { border-color: rgb(190,181,155); }
td.TdClassName
{
border-color: #BEB59B;
}
.TagClassName
{
border-color: #BEB59B;
}
</style>