Shades of Akaroa #BCB19A
Tints of Akaroa #BCB19A
RGB
CMYK
RGB Variations
Color information
#BCB19A (or 0xBCB19A) is known color: Akaroa. HEX triplet: BC, B1 and 9A. RGB value is (188,177,154). Sum of RGB (Red+Green+Blue) = 188+177+154=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB19A is #434E65. Grayscale: #B1B1B1. Windows color (decimal): -4410982 or 10138044. OLE color: 10138044.
HSL color Cylindrical-coordinate representation of color #BCB19A: hue angle of 40.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB19A is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 154 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.26 |
| HSL | 40.59º | 0.2% | 0.67% | - |
| HSV(B) | 40.59º | 0.18% | 0.74% | - |
| XYZ | 42.29 | 44.47 | 36.93 | - |
| YUV | 177.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 154 | 0 | 0.06 | 0.18 | 0.26 | 40.59 | 0.2 | 0.67 |
| Hex | BC | B1 | 9A | 0 | 6 | 12 | 1A | 29 | 14 | 43 |
| Octal | 274 | 261 | 232 | 0 | 6 | 22 | 32 | 51 | 24 | 103 |
| Binary | 10111100 | 10110001 | 10011010 | 0 | 110 | 10010 | 11010 | 101001 | 10100 | 1000011 |
Color Harmonies of #BCB19A
Complementary color
Monochromatic Colors of #BCB19A
Black with #BCB19A
Text Example
Text Example
White with #BCB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB19A; }
p { color: rgb(188,177,154); }
H1.HeaderClassName
{
color: #BCB19A;
}
.AnyTagClassName
{
color: #BCB19A;
}
</style>
background-color css
<style>
a { background-color: #BCB19A; }
a { background-color: rgb(188,177,154); }
div.DivClassName
{
background-color: #BCB19A;
}
.BgClassName
{
background-color: #BCB19A;
}
</style>
border-color css
<style>
span { border-color: #BCB19A; }
span { border-color: rgb(188,177,154); }
td.TdClassName
{
border-color: #BCB19A;
}
.TagClassName
{
border-color: #BCB19A;
}
</style>