Shades of Akaroa #BEB498
Tints of Akaroa #BEB498
RGB
CMYK
RGB Variations
Color information
#BEB498 (or 0xBEB498) is known color: Akaroa. HEX triplet: BE, B4 and 98. RGB value is (190,180,152). Sum of RGB (Red+Green+Blue) = 190+180+152=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB498 is #414B67. Grayscale: #B3B3B3. Windows color (decimal): -4279144 or 10007742. OLE color: 10007742.
HSL color Cylindrical-coordinate representation of color #BEB498: hue angle of 44.21º 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 #BEB498 is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 152 | - |
| CMYK | 0 | 0.05 | 0.2 | 0.25 |
| HSL | 44.21º | 0.23% | 0.67% | - |
| HSV(B) | 44.21º | 0.2% | 0.75% | - |
| XYZ | 43.22 | 45.86 | 36.28 | - |
| YUV | 179.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 152 | 0 | 0.05 | 0.2 | 0.25 | 44.21 | 0.23 | 0.67 |
| Hex | BE | B4 | 98 | 0 | 5 | 14 | 19 | 2C | 17 | 43 |
| Octal | 276 | 264 | 230 | 0 | 5 | 24 | 31 | 54 | 27 | 103 |
| Binary | 10111110 | 10110100 | 10011000 | 0 | 101 | 10100 | 11001 | 101100 | 10111 | 1000011 |
Color Harmonies of #BEB498
Complementary color
Monochromatic Colors of #BEB498
Black with #BEB498
Text Example
Text Example
White with #BEB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB498; }
p { color: rgb(190,180,152); }
H1.HeaderClassName
{
color: #BEB498;
}
.AnyTagClassName
{
color: #BEB498;
}
</style>
background-color css
<style>
a { background-color: #BEB498; }
a { background-color: rgb(190,180,152); }
div.DivClassName
{
background-color: #BEB498;
}
.BgClassName
{
background-color: #BEB498;
}
</style>
border-color css
<style>
span { border-color: #BEB498; }
span { border-color: rgb(190,180,152); }
td.TdClassName
{
border-color: #BEB498;
}
.TagClassName
{
border-color: #BEB498;
}
</style>