Shades of Akaroa #BEB195
Tints of Akaroa #BEB195
RGB
CMYK
RGB Variations
Color information
#BEB195 (or 0xBEB195) is known color: Akaroa. HEX triplet: BE, B1 and 95. RGB value is (190,177,149). Sum of RGB (Red+Green+Blue) = 190+177+149=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB195 is #414E6A. Grayscale: #B1B1B1. Windows color (decimal): -4279915 or 9810366. OLE color: 9810366.
HSL color Cylindrical-coordinate representation of color #BEB195: hue angle of 40.98º 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 #BEB195 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 149 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.25 |
| HSL | 40.98º | 0.24% | 0.66% | - |
| HSV(B) | 40.98º | 0.22% | 0.75% | - |
| XYZ | 42.38 | 44.56 | 34.8 | - |
| YUV | 177.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 149 | 0 | 0.07 | 0.22 | 0.25 | 40.98 | 0.24 | 0.66 |
| Hex | BE | B1 | 95 | 0 | 7 | 16 | 19 | 29 | 18 | 42 |
| Octal | 276 | 261 | 225 | 0 | 7 | 26 | 31 | 51 | 30 | 102 |
| Binary | 10111110 | 10110001 | 10010101 | 0 | 111 | 10110 | 11001 | 101001 | 11000 | 1000010 |
Color Harmonies of #BEB195
Complementary color
Monochromatic Colors of #BEB195
Black with #BEB195
Text Example
Text Example
White with #BEB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB195; }
p { color: rgb(190,177,149); }
H1.HeaderClassName
{
color: #BEB195;
}
.AnyTagClassName
{
color: #BEB195;
}
</style>
background-color css
<style>
a { background-color: #BEB195; }
a { background-color: rgb(190,177,149); }
div.DivClassName
{
background-color: #BEB195;
}
.BgClassName
{
background-color: #BEB195;
}
</style>
border-color css
<style>
span { border-color: #BEB195; }
span { border-color: rgb(190,177,149); }
td.TdClassName
{
border-color: #BEB195;
}
.TagClassName
{
border-color: #BEB195;
}
</style>