Shades of Akaroa #BCB399
Tints of Akaroa #BCB399
RGB
CMYK
RGB Variations
Color information
#BCB399 (or 0xBCB399) is known color: Akaroa. HEX triplet: BC, B3 and 99. RGB value is (188,179,153). Sum of RGB (Red+Green+Blue) = 188+179+153=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB399 is #434C66. Grayscale: #B2B2B2. Windows color (decimal): -4410471 or 10073020. OLE color: 10073020.
HSL color Cylindrical-coordinate representation of color #BCB399: hue angle of 44.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB399 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 153 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.26 |
| HSL | 44.57º | 0.21% | 0.67% | - |
| HSV(B) | 44.57º | 0.19% | 0.74% | - |
| XYZ | 42.61 | 45.23 | 36.62 | - |
| YUV | 178.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 153 | 0 | 0.05 | 0.19 | 0.26 | 44.57 | 0.21 | 0.67 |
| Hex | BC | B3 | 99 | 0 | 5 | 13 | 1A | 2D | 15 | 43 |
| Octal | 274 | 263 | 231 | 0 | 5 | 23 | 32 | 55 | 25 | 103 |
| Binary | 10111100 | 10110011 | 10011001 | 0 | 101 | 10011 | 11010 | 101101 | 10101 | 1000011 |
Color Harmonies of #BCB399
Complementary color
Monochromatic Colors of #BCB399
Black with #BCB399
Text Example
Text Example
White with #BCB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB399; }
p { color: rgb(188,179,153); }
H1.HeaderClassName
{
color: #BCB399;
}
.AnyTagClassName
{
color: #BCB399;
}
</style>
background-color css
<style>
a { background-color: #BCB399; }
a { background-color: rgb(188,179,153); }
div.DivClassName
{
background-color: #BCB399;
}
.BgClassName
{
background-color: #BCB399;
}
</style>
border-color css
<style>
span { border-color: #BCB399; }
span { border-color: rgb(188,179,153); }
td.TdClassName
{
border-color: #BCB399;
}
.TagClassName
{
border-color: #BCB399;
}
</style>