Shades of Akaroa #BEB29E
Tints of Akaroa #BEB29E
RGB
CMYK
RGB Variations
Color information
#BEB29E (or 0xBEB29E) is known color: Akaroa. HEX triplet: BE, B2 and 9E. RGB value is (190,178,158). Sum of RGB (Red+Green+Blue) = 190+178+158=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29E is #414D61. Grayscale: #B3B3B3. Windows color (decimal): -4279650 or 10400446. OLE color: 10400446.
HSL color Cylindrical-coordinate representation of color #BEB29E: hue angle of 37.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB29E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 158 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.25 |
| HSL | 37.5º | 0.2% | 0.68% | - |
| HSV(B) | 37.5º | 0.17% | 0.75% | - |
| XYZ | 43.33 | 45.26 | 38.8 | - |
| YUV | 179.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 158 | 0 | 0.06 | 0.17 | 0.25 | 37.5 | 0.2 | 0.68 |
| Hex | BE | B2 | 9E | 0 | 6 | 11 | 19 | 26 | 14 | 44 |
| Octal | 276 | 262 | 236 | 0 | 6 | 21 | 31 | 46 | 24 | 104 |
| Binary | 10111110 | 10110010 | 10011110 | 0 | 110 | 10001 | 11001 | 100110 | 10100 | 1000100 |
Color Harmonies of #BEB29E
Complementary color
Monochromatic Colors of #BEB29E
Black with #BEB29E
Text Example
Text Example
White with #BEB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB29E; }
p { color: rgb(190,178,158); }
H1.HeaderClassName
{
color: #BEB29E;
}
.AnyTagClassName
{
color: #BEB29E;
}
</style>
background-color css
<style>
a { background-color: #BEB29E; }
a { background-color: rgb(190,178,158); }
div.DivClassName
{
background-color: #BEB29E;
}
.BgClassName
{
background-color: #BEB29E;
}
</style>
border-color css
<style>
span { border-color: #BEB29E; }
span { border-color: rgb(190,178,158); }
td.TdClassName
{
border-color: #BEB29E;
}
.TagClassName
{
border-color: #BEB29E;
}
</style>