Shades of Akaroa #BEB09B
Tints of Akaroa #BEB09B
RGB
CMYK
RGB Variations
Color information
#BEB09B (or 0xBEB09B) is known color: Akaroa. HEX triplet: BE, B0 and 9B. RGB value is (190,176,155). Sum of RGB (Red+Green+Blue) = 190+176+155=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB09B is #414F64. Grayscale: #B1B1B1. Windows color (decimal): -4280165 or 10203326. OLE color: 10203326.
HSL color Cylindrical-coordinate representation of color #BEB09B: hue angle of 36º 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 #BEB09B is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 155 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.25 |
| HSL | 36º | 0.21% | 0.68% | - |
| HSV(B) | 36º | 0.18% | 0.75% | - |
| XYZ | 42.68 | 44.36 | 37.32 | - |
| YUV | 177.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 155 | 0 | 0.07 | 0.18 | 0.25 | 36 | 0.21 | 0.68 |
| Hex | BE | B0 | 9B | 0 | 7 | 12 | 19 | 24 | 15 | 44 |
| Octal | 276 | 260 | 233 | 0 | 7 | 22 | 31 | 44 | 25 | 104 |
| Binary | 10111110 | 10110000 | 10011011 | 0 | 111 | 10010 | 11001 | 100100 | 10101 | 1000100 |
Color Harmonies of #BEB09B
Complementary color
Monochromatic Colors of #BEB09B
Black with #BEB09B
Text Example
Text Example
White with #BEB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB09B; }
p { color: rgb(190,176,155); }
H1.HeaderClassName
{
color: #BEB09B;
}
.AnyTagClassName
{
color: #BEB09B;
}
</style>
background-color css
<style>
a { background-color: #BEB09B; }
a { background-color: rgb(190,176,155); }
div.DivClassName
{
background-color: #BEB09B;
}
.BgClassName
{
background-color: #BEB09B;
}
</style>
border-color css
<style>
span { border-color: #BEB09B; }
span { border-color: rgb(190,176,155); }
td.TdClassName
{
border-color: #BEB09B;
}
.TagClassName
{
border-color: #BEB09B;
}
</style>