Shades of Akaroa #BEB19D
Tints of Akaroa #BEB19D
RGB
CMYK
RGB Variations
Color information
#BEB19D (or 0xBEB19D) is known color: Akaroa. HEX triplet: BE, B1 and 9D. RGB value is (190,177,157). Sum of RGB (Red+Green+Blue) = 190+177+157=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19D is #414E62. Grayscale: #B2B2B2. Windows color (decimal): -4279907 or 10334654. OLE color: 10334654.
HSL color Cylindrical-coordinate representation of color #BEB19D: hue angle of 36.36º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB19D is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 157 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.25 |
| HSL | 36.36º | 0.2% | 0.68% | - |
| HSV(B) | 36.36º | 0.17% | 0.75% | - |
| XYZ | 43.04 | 44.83 | 38.28 | - |
| YUV | 178.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 157 | 0 | 0.07 | 0.17 | 0.25 | 36.36 | 0.2 | 0.68 |
| Hex | BE | B1 | 9D | 0 | 7 | 11 | 19 | 24 | 14 | 44 |
| Octal | 276 | 261 | 235 | 0 | 7 | 21 | 31 | 44 | 24 | 104 |
| Binary | 10111110 | 10110001 | 10011101 | 0 | 111 | 10001 | 11001 | 100100 | 10100 | 1000100 |
Color Harmonies of #BEB19D
Complementary color
Monochromatic Colors of #BEB19D
Black with #BEB19D
Text Example
Text Example
White with #BEB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB19D; }
p { color: rgb(190,177,157); }
H1.HeaderClassName
{
color: #BEB19D;
}
.AnyTagClassName
{
color: #BEB19D;
}
</style>
background-color css
<style>
a { background-color: #BEB19D; }
a { background-color: rgb(190,177,157); }
div.DivClassName
{
background-color: #BEB19D;
}
.BgClassName
{
background-color: #BEB19D;
}
</style>
border-color css
<style>
span { border-color: #BEB19D; }
span { border-color: rgb(190,177,157); }
td.TdClassName
{
border-color: #BEB19D;
}
.TagClassName
{
border-color: #BEB19D;
}
</style>