Shades of Akaroa #BEB298
Tints of Akaroa #BEB298
RGB
CMYK
RGB Variations
Color information
#BEB298 (or 0xBEB298) is known color: Akaroa. HEX triplet: BE, B2 and 98. RGB value is (190,178,152). Sum of RGB (Red+Green+Blue) = 190+178+152=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB298 is #414D67. Grayscale: #B2B2B2. Windows color (decimal): -4279656 or 10007230. OLE color: 10007230.
HSL color Cylindrical-coordinate representation of color #BEB298: hue angle of 41.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB298 is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 152 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.25 |
| HSL | 41.05º | 0.23% | 0.67% | - |
| HSV(B) | 41.05º | 0.2% | 0.75% | - |
| XYZ | 42.82 | 45.05 | 36.15 | - |
| YUV | 178.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 152 | 0 | 0.06 | 0.2 | 0.25 | 41.05 | 0.23 | 0.67 |
| Hex | BE | B2 | 98 | 0 | 6 | 14 | 19 | 29 | 17 | 43 |
| Octal | 276 | 262 | 230 | 0 | 6 | 24 | 31 | 51 | 27 | 103 |
| Binary | 10111110 | 10110010 | 10011000 | 0 | 110 | 10100 | 11001 | 101001 | 10111 | 1000011 |
Color Harmonies of #BEB298
Complementary color
Monochromatic Colors of #BEB298
Black with #BEB298
Text Example
Text Example
White with #BEB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB298; }
p { color: rgb(190,178,152); }
H1.HeaderClassName
{
color: #BEB298;
}
.AnyTagClassName
{
color: #BEB298;
}
</style>
background-color css
<style>
a { background-color: #BEB298; }
a { background-color: rgb(190,178,152); }
div.DivClassName
{
background-color: #BEB298;
}
.BgClassName
{
background-color: #BEB298;
}
</style>
border-color css
<style>
span { border-color: #BEB298; }
span { border-color: rgb(190,178,152); }
td.TdClassName
{
border-color: #BEB298;
}
.TagClassName
{
border-color: #BEB298;
}
</style>