Shades of Akaroa #BEB395
Tints of Akaroa #BEB395
RGB
CMYK
RGB Variations
Color information
#BEB395 (or 0xBEB395) is known color: Akaroa. HEX triplet: BE, B3 and 95. RGB value is (190,179,149). Sum of RGB (Red+Green+Blue) = 190+179+149=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB395 is #414C6A. Grayscale: #B3B3B3. Windows color (decimal): -4279403 or 9810878. OLE color: 9810878.
HSL color Cylindrical-coordinate representation of color #BEB395: hue angle of 43.9º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB395 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 149 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.25 |
| HSL | 43.9º | 0.24% | 0.66% | - |
| HSV(B) | 43.9º | 0.22% | 0.75% | - |
| XYZ | 42.78 | 45.36 | 34.93 | - |
| YUV | 178.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 149 | 0 | 0.06 | 0.22 | 0.25 | 43.9 | 0.24 | 0.66 |
| Hex | BE | B3 | 95 | 0 | 6 | 16 | 19 | 2C | 18 | 42 |
| Octal | 276 | 263 | 225 | 0 | 6 | 26 | 31 | 54 | 30 | 102 |
| Binary | 10111110 | 10110011 | 10010101 | 0 | 110 | 10110 | 11001 | 101100 | 11000 | 1000010 |
Color Harmonies of #BEB395
Complementary color
Monochromatic Colors of #BEB395
Black with #BEB395
Text Example
Text Example
White with #BEB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB395; }
p { color: rgb(190,179,149); }
H1.HeaderClassName
{
color: #BEB395;
}
.AnyTagClassName
{
color: #BEB395;
}
</style>
background-color css
<style>
a { background-color: #BEB395; }
a { background-color: rgb(190,179,149); }
div.DivClassName
{
background-color: #BEB395;
}
.BgClassName
{
background-color: #BEB395;
}
</style>
border-color css
<style>
span { border-color: #BEB395; }
span { border-color: rgb(190,179,149); }
td.TdClassName
{
border-color: #BEB395;
}
.TagClassName
{
border-color: #BEB395;
}
</style>