Shades of Akaroa #BEB292
Tints of Akaroa #BEB292
RGB
CMYK
RGB Variations
Color information
#BEB292 (or 0xBEB292) is known color: Akaroa. HEX triplet: BE, B2 and 92. RGB value is (190,178,146). Sum of RGB (Red+Green+Blue) = 190+178+146=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB292 is #414D6D. Grayscale: #B2B2B2. Windows color (decimal): -4279662 or 9614014. OLE color: 9614014.
HSL color Cylindrical-coordinate representation of color #BEB292: hue angle of 43.64º 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 #BEB292 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 146 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.25 |
| HSL | 43.64º | 0.25% | 0.66% | - |
| HSV(B) | 43.64º | 0.23% | 0.75% | - |
| XYZ | 42.34 | 44.86 | 33.62 | - |
| YUV | 177.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 146 | 0 | 0.06 | 0.23 | 0.25 | 43.64 | 0.25 | 0.66 |
| Hex | BE | B2 | 92 | 0 | 6 | 17 | 19 | 2C | 19 | 42 |
| Octal | 276 | 262 | 222 | 0 | 6 | 27 | 31 | 54 | 31 | 102 |
| Binary | 10111110 | 10110010 | 10010010 | 0 | 110 | 10111 | 11001 | 101100 | 11001 | 1000010 |
Color Harmonies of #BEB292
Complementary color
Monochromatic Colors of #BEB292
Black with #BEB292
Text Example
Text Example
White with #BEB292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB292; }
p { color: rgb(190,178,146); }
H1.HeaderClassName
{
color: #BEB292;
}
.AnyTagClassName
{
color: #BEB292;
}
</style>
background-color css
<style>
a { background-color: #BEB292; }
a { background-color: rgb(190,178,146); }
div.DivClassName
{
background-color: #BEB292;
}
.BgClassName
{
background-color: #BEB292;
}
</style>
border-color css
<style>
span { border-color: #BEB292; }
span { border-color: rgb(190,178,146); }
td.TdClassName
{
border-color: #BEB292;
}
.TagClassName
{
border-color: #BEB292;
}
</style>