Shades of Akaroa #BEB09C
Tints of Akaroa #BEB09C
RGB
CMYK
RGB Variations
Color information
#BEB09C (or 0xBEB09C) is known color: Akaroa. HEX triplet: BE, B0 and 9C. RGB value is (190,176,156). Sum of RGB (Red+Green+Blue) = 190+176+156=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB09C is #414F63. Grayscale: #B1B1B1. Windows color (decimal): -4280164 or 10268862. OLE color: 10268862.
HSL color Cylindrical-coordinate representation of color #BEB09C: hue angle of 35.29º 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 #BEB09C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 156 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.25 |
| HSL | 35.29º | 0.21% | 0.68% | - |
| HSV(B) | 35.29º | 0.18% | 0.75% | - |
| XYZ | 42.76 | 44.4 | 37.77 | - |
| YUV | 177.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 156 | 0 | 0.07 | 0.18 | 0.25 | 35.29 | 0.21 | 0.68 |
| Hex | BE | B0 | 9C | 0 | 7 | 12 | 19 | 23 | 15 | 44 |
| Octal | 276 | 260 | 234 | 0 | 7 | 22 | 31 | 43 | 25 | 104 |
| Binary | 10111110 | 10110000 | 10011100 | 0 | 111 | 10010 | 11001 | 100011 | 10101 | 1000100 |
Color Harmonies of #BEB09C
Complementary color
Monochromatic Colors of #BEB09C
Black with #BEB09C
Text Example
Text Example
White with #BEB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB09C; }
p { color: rgb(190,176,156); }
H1.HeaderClassName
{
color: #BEB09C;
}
.AnyTagClassName
{
color: #BEB09C;
}
</style>
background-color css
<style>
a { background-color: #BEB09C; }
a { background-color: rgb(190,176,156); }
div.DivClassName
{
background-color: #BEB09C;
}
.BgClassName
{
background-color: #BEB09C;
}
</style>
border-color css
<style>
span { border-color: #BEB09C; }
span { border-color: rgb(190,176,156); }
td.TdClassName
{
border-color: #BEB09C;
}
.TagClassName
{
border-color: #BEB09C;
}
</style>