Shades of Akaroa #BEB192
Tints of Akaroa #BEB192
RGB
CMYK
RGB Variations
Color information
#BEB192 (or 0xBEB192) is known color: Akaroa. HEX triplet: BE, B1 and 92. RGB value is (190,177,146). Sum of RGB (Red+Green+Blue) = 190+177+146=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB192 is #414E6D. Grayscale: #B1B1B1. Windows color (decimal): -4279918 or 9613758. OLE color: 9613758.
HSL color Cylindrical-coordinate representation of color #BEB192: hue angle of 42.27º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB192 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 146 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.25 |
| HSL | 42.27º | 0.25% | 0.66% | - |
| HSV(B) | 42.27º | 0.23% | 0.75% | - |
| XYZ | 42.15 | 44.47 | 33.56 | - |
| YUV | 177.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 146 | 0 | 0.07 | 0.23 | 0.25 | 42.27 | 0.25 | 0.66 |
| Hex | BE | B1 | 92 | 0 | 7 | 17 | 19 | 2A | 19 | 42 |
| Octal | 276 | 261 | 222 | 0 | 7 | 27 | 31 | 52 | 31 | 102 |
| Binary | 10111110 | 10110001 | 10010010 | 0 | 111 | 10111 | 11001 | 101010 | 11001 | 1000010 |
Color Harmonies of #BEB192
Complementary color
Monochromatic Colors of #BEB192
Black with #BEB192
Text Example
Text Example
White with #BEB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB192; }
p { color: rgb(190,177,146); }
H1.HeaderClassName
{
color: #BEB192;
}
.AnyTagClassName
{
color: #BEB192;
}
</style>
background-color css
<style>
a { background-color: #BEB192; }
a { background-color: rgb(190,177,146); }
div.DivClassName
{
background-color: #BEB192;
}
.BgClassName
{
background-color: #BEB192;
}
</style>
border-color css
<style>
span { border-color: #BEB192; }
span { border-color: rgb(190,177,146); }
td.TdClassName
{
border-color: #BEB192;
}
.TagClassName
{
border-color: #BEB192;
}
</style>