Shades of Akaroa #BCB295
Tints of Akaroa #BCB295
RGB
CMYK
RGB Variations
Color information
#BCB295 (or 0xBCB295) is known color: Akaroa. HEX triplet: BC, B2 and 95. RGB value is (188,178,149). Sum of RGB (Red+Green+Blue) = 188+178+149=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB295 is #434D6A. Grayscale: #B1B1B1. Windows color (decimal): -4410731 or 9810620. OLE color: 9810620.
HSL color Cylindrical-coordinate representation of color #BCB295: hue angle of 44.62º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB295 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 149 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.26 |
| HSL | 44.62º | 0.23% | 0.66% | - |
| HSV(B) | 44.62º | 0.21% | 0.74% | - |
| XYZ | 42.08 | 44.7 | 34.84 | - |
| YUV | 177.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 149 | 0 | 0.05 | 0.21 | 0.26 | 44.62 | 0.23 | 0.66 |
| Hex | BC | B2 | 95 | 0 | 5 | 15 | 1A | 2D | 17 | 42 |
| Octal | 274 | 262 | 225 | 0 | 5 | 25 | 32 | 55 | 27 | 102 |
| Binary | 10111100 | 10110010 | 10010101 | 0 | 101 | 10101 | 11010 | 101101 | 10111 | 1000010 |
Color Harmonies of #BCB295
Complementary color
Monochromatic Colors of #BCB295
Black with #BCB295
Text Example
Text Example
White with #BCB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB295; }
p { color: rgb(188,178,149); }
H1.HeaderClassName
{
color: #BCB295;
}
.AnyTagClassName
{
color: #BCB295;
}
</style>
background-color css
<style>
a { background-color: #BCB295; }
a { background-color: rgb(188,178,149); }
div.DivClassName
{
background-color: #BCB295;
}
.BgClassName
{
background-color: #BCB295;
}
</style>
border-color css
<style>
span { border-color: #BCB295; }
span { border-color: rgb(188,178,149); }
td.TdClassName
{
border-color: #BCB295;
}
.TagClassName
{
border-color: #BCB295;
}
</style>