Shades of Ash #BCB9A4
Tints of Ash #BCB9A4
RGB
CMYK
RGB Variations
Color information
#BCB9A4 (or 0xBCB9A4) is known color: Ash. HEX triplet: BC, B9 and A4. RGB value is (188,185,164). Sum of RGB (Red+Green+Blue) = 188+185+164=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9A4 is #43465B. Grayscale: #B7B7B7. Windows color (decimal): -4408924 or 10795452. OLE color: 10795452.
HSL color Cylindrical-coordinate representation of color #BCB9A4: hue angle of 52.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCB9A4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 164 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.26 |
| HSL | 52.5º | 0.15% | 0.69% | - |
| HSV(B) | 52.5º | 0.13% | 0.74% | - |
| XYZ | 44.79 | 48.07 | 42.04 | - |
| YUV | 183.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 164 | 0 | 0.02 | 0.13 | 0.26 | 52.5 | 0.15 | 0.69 |
| Hex | BC | B9 | A4 | 0 | 2 | D | 1A | 34 | F | 45 |
| Octal | 274 | 271 | 244 | 0 | 2 | 15 | 32 | 64 | 17 | 105 |
| Binary | 10111100 | 10111001 | 10100100 | 0 | 10 | 1101 | 11010 | 110100 | 1111 | 1000101 |
Color Harmonies of #BCB9A4
Complementary color
Monochromatic Colors of #BCB9A4
Black with #BCB9A4
Text Example
Text Example
White with #BCB9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9A4; }
p { color: rgb(188,185,164); }
H1.HeaderClassName
{
color: #BCB9A4;
}
.AnyTagClassName
{
color: #BCB9A4;
}
</style>
background-color css
<style>
a { background-color: #BCB9A4; }
a { background-color: rgb(188,185,164); }
div.DivClassName
{
background-color: #BCB9A4;
}
.BgClassName
{
background-color: #BCB9A4;
}
</style>
border-color css
<style>
span { border-color: #BCB9A4; }
span { border-color: rgb(188,185,164); }
td.TdClassName
{
border-color: #BCB9A4;
}
.TagClassName
{
border-color: #BCB9A4;
}
</style>