Shades of Akaroa #BCB39A
Tints of Akaroa #BCB39A
RGB
CMYK
RGB Variations
Color information
#BCB39A (or 0xBCB39A) is known color: Akaroa. HEX triplet: BC, B3 and 9A. RGB value is (188,179,154). Sum of RGB (Red+Green+Blue) = 188+179+154=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB39A is #434C65. Grayscale: #B2B2B2. Windows color (decimal): -4410470 or 10138556. OLE color: 10138556.
HSL color Cylindrical-coordinate representation of color #BCB39A: hue angle of 44.12º 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 #BCB39A is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 154 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.26 |
| HSL | 44.12º | 0.2% | 0.67% | - |
| HSV(B) | 44.12º | 0.18% | 0.74% | - |
| XYZ | 42.69 | 45.26 | 37.06 | - |
| YUV | 178.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 154 | 0 | 0.05 | 0.18 | 0.26 | 44.12 | 0.2 | 0.67 |
| Hex | BC | B3 | 9A | 0 | 5 | 12 | 1A | 2C | 14 | 43 |
| Octal | 274 | 263 | 232 | 0 | 5 | 22 | 32 | 54 | 24 | 103 |
| Binary | 10111100 | 10110011 | 10011010 | 0 | 101 | 10010 | 11010 | 101100 | 10100 | 1000011 |
Color Harmonies of #BCB39A
Complementary color
Monochromatic Colors of #BCB39A
Black with #BCB39A
Text Example
Text Example
White with #BCB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB39A; }
p { color: rgb(188,179,154); }
H1.HeaderClassName
{
color: #BCB39A;
}
.AnyTagClassName
{
color: #BCB39A;
}
</style>
background-color css
<style>
a { background-color: #BCB39A; }
a { background-color: rgb(188,179,154); }
div.DivClassName
{
background-color: #BCB39A;
}
.BgClassName
{
background-color: #BCB39A;
}
</style>
border-color css
<style>
span { border-color: #BCB39A; }
span { border-color: rgb(188,179,154); }
td.TdClassName
{
border-color: #BCB39A;
}
.TagClassName
{
border-color: #BCB39A;
}
</style>