Shades of Akaroa #BEB49C
Tints of Akaroa #BEB49C
RGB
CMYK
RGB Variations
Color information
#BEB49C (or 0xBEB49C) is known color: Akaroa. HEX triplet: BE, B4 and 9C. RGB value is (190,180,156). Sum of RGB (Red+Green+Blue) = 190+180+156=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB49C is #414B63. Grayscale: #B4B4B4. Windows color (decimal): -4279140 or 10269886. OLE color: 10269886.
HSL color Cylindrical-coordinate representation of color #BEB49C: hue angle of 42.35º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB49C is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 156 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.25 |
| HSL | 42.35º | 0.21% | 0.68% | - |
| HSV(B) | 42.35º | 0.18% | 0.75% | - |
| XYZ | 43.56 | 45.99 | 38.03 | - |
| YUV | 180.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 156 | 0 | 0.05 | 0.18 | 0.25 | 42.35 | 0.21 | 0.68 |
| Hex | BE | B4 | 9C | 0 | 5 | 12 | 19 | 2A | 15 | 44 |
| Octal | 276 | 264 | 234 | 0 | 5 | 22 | 31 | 52 | 25 | 104 |
| Binary | 10111110 | 10110100 | 10011100 | 0 | 101 | 10010 | 11001 | 101010 | 10101 | 1000100 |
Color Harmonies of #BEB49C
Complementary color
Monochromatic Colors of #BEB49C
Black with #BEB49C
Text Example
Text Example
White with #BEB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB49C; }
p { color: rgb(190,180,156); }
H1.HeaderClassName
{
color: #BEB49C;
}
.AnyTagClassName
{
color: #BEB49C;
}
</style>
background-color css
<style>
a { background-color: #BEB49C; }
a { background-color: rgb(190,180,156); }
div.DivClassName
{
background-color: #BEB49C;
}
.BgClassName
{
background-color: #BEB49C;
}
</style>
border-color css
<style>
span { border-color: #BEB49C; }
span { border-color: rgb(190,180,156); }
td.TdClassName
{
border-color: #BEB49C;
}
.TagClassName
{
border-color: #BEB49C;
}
</style>