Shades of Akaroa #BCB49C
Tints of Akaroa #BCB49C
RGB
CMYK
RGB Variations
Color information
#BCB49C (or 0xBCB49C) is known color: Akaroa. HEX triplet: BC, B4 and 9C. RGB value is (188,180,156). Sum of RGB (Red+Green+Blue) = 188+180+156=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB49C is #434B63. Grayscale: #B3B3B3. Windows color (decimal): -4410212 or 10269884. OLE color: 10269884.
HSL color Cylindrical-coordinate representation of color #BCB49C: hue angle of 45º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB49C is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 156 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.26 |
| HSL | 45º | 0.19% | 0.67% | - |
| HSV(B) | 45º | 0.17% | 0.74% | - |
| XYZ | 43.06 | 45.73 | 38.01 | - |
| YUV | 179.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 156 | 0 | 0.04 | 0.17 | 0.26 | 45 | 0.19 | 0.67 |
| Hex | BC | B4 | 9C | 0 | 4 | 11 | 1A | 2D | 13 | 43 |
| Octal | 274 | 264 | 234 | 0 | 4 | 21 | 32 | 55 | 23 | 103 |
| Binary | 10111100 | 10110100 | 10011100 | 0 | 100 | 10001 | 11010 | 101101 | 10011 | 1000011 |
Color Harmonies of #BCB49C
Complementary color
Monochromatic Colors of #BCB49C
Black with #BCB49C
Text Example
Text Example
White with #BCB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB49C; }
p { color: rgb(188,180,156); }
H1.HeaderClassName
{
color: #BCB49C;
}
.AnyTagClassName
{
color: #BCB49C;
}
</style>
background-color css
<style>
a { background-color: #BCB49C; }
a { background-color: rgb(188,180,156); }
div.DivClassName
{
background-color: #BCB49C;
}
.BgClassName
{
background-color: #BCB49C;
}
</style>
border-color css
<style>
span { border-color: #BCB49C; }
span { border-color: rgb(188,180,156); }
td.TdClassName
{
border-color: #BCB49C;
}
.TagClassName
{
border-color: #BCB49C;
}
</style>