Shades of Akaroa #BEB296
Tints of Akaroa #BEB296
RGB
CMYK
RGB Variations
Color information
#BEB296 (or 0xBEB296) is known color: Akaroa. HEX triplet: BE, B2 and 96. RGB value is (190,178,150). Sum of RGB (Red+Green+Blue) = 190+178+150=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB296 is #414D69. Grayscale: #B2B2B2. Windows color (decimal): -4279658 or 9876158. OLE color: 9876158.
HSL color Cylindrical-coordinate representation of color #BEB296: hue angle of 42º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEB296 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 150 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.25 |
| HSL | 42º | 0.24% | 0.67% | - |
| HSV(B) | 42º | 0.21% | 0.75% | - |
| XYZ | 42.66 | 44.99 | 35.29 | - |
| YUV | 178.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 150 | 0 | 0.06 | 0.21 | 0.25 | 42 | 0.24 | 0.67 |
| Hex | BE | B2 | 96 | 0 | 6 | 15 | 19 | 2A | 18 | 43 |
| Octal | 276 | 262 | 226 | 0 | 6 | 25 | 31 | 52 | 30 | 103 |
| Binary | 10111110 | 10110010 | 10010110 | 0 | 110 | 10101 | 11001 | 101010 | 11000 | 1000011 |
Color Harmonies of #BEB296
Complementary color
Monochromatic Colors of #BEB296
Black with #BEB296
Text Example
Text Example
White with #BEB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB296; }
p { color: rgb(190,178,150); }
H1.HeaderClassName
{
color: #BEB296;
}
.AnyTagClassName
{
color: #BEB296;
}
</style>
background-color css
<style>
a { background-color: #BEB296; }
a { background-color: rgb(190,178,150); }
div.DivClassName
{
background-color: #BEB296;
}
.BgClassName
{
background-color: #BEB296;
}
</style>
border-color css
<style>
span { border-color: #BEB296; }
span { border-color: rgb(190,178,150); }
td.TdClassName
{
border-color: #BEB296;
}
.TagClassName
{
border-color: #BEB296;
}
</style>