Shades of Akaroa #BEB39C
Tints of Akaroa #BEB39C
RGB
CMYK
RGB Variations
Color information
#BEB39C (or 0xBEB39C) is known color: Akaroa. HEX triplet: BE, B3 and 9C. RGB value is (190,179,156). Sum of RGB (Red+Green+Blue) = 190+179+156=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB39C is #414C63. Grayscale: #B3B3B3. Windows color (decimal): -4279396 or 10269630. OLE color: 10269630.
HSL color Cylindrical-coordinate representation of color #BEB39C: hue angle of 40.59º 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 #BEB39C is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 156 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.25 |
| HSL | 40.59º | 0.21% | 0.68% | - |
| HSV(B) | 40.59º | 0.18% | 0.75% | - |
| XYZ | 43.36 | 45.59 | 37.97 | - |
| YUV | 179.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 156 | 0 | 0.06 | 0.18 | 0.25 | 40.59 | 0.21 | 0.68 |
| Hex | BE | B3 | 9C | 0 | 6 | 12 | 19 | 29 | 15 | 44 |
| Octal | 276 | 263 | 234 | 0 | 6 | 22 | 31 | 51 | 25 | 104 |
| Binary | 10111110 | 10110011 | 10011100 | 0 | 110 | 10010 | 11001 | 101001 | 10101 | 1000100 |
Color Harmonies of #BEB39C
Complementary color
Monochromatic Colors of #BEB39C
Black with #BEB39C
Text Example
Text Example
White with #BEB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB39C; }
p { color: rgb(190,179,156); }
H1.HeaderClassName
{
color: #BEB39C;
}
.AnyTagClassName
{
color: #BEB39C;
}
</style>
background-color css
<style>
a { background-color: #BEB39C; }
a { background-color: rgb(190,179,156); }
div.DivClassName
{
background-color: #BEB39C;
}
.BgClassName
{
background-color: #BEB39C;
}
</style>
border-color css
<style>
span { border-color: #BEB39C; }
span { border-color: rgb(190,179,156); }
td.TdClassName
{
border-color: #BEB39C;
}
.TagClassName
{
border-color: #BEB39C;
}
</style>