Shades of Ash #BCB8A4
Tints of Ash #BCB8A4
RGB
CMYK
RGB Variations
Color information
#BCB8A4 (or 0xBCB8A4) is known color: Ash. HEX triplet: BC, B8 and A4. RGB value is (188,184,164). Sum of RGB (Red+Green+Blue) = 188+184+164=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8A4 is #43475B. Grayscale: #B6B6B6. Windows color (decimal): -4409180 or 10795196. OLE color: 10795196.
HSL color Cylindrical-coordinate representation of color #BCB8A4: hue angle of 50º 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 #BCB8A4 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 164 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.26 |
| HSL | 50º | 0.15% | 0.69% | - |
| HSV(B) | 50º | 0.13% | 0.74% | - |
| XYZ | 44.58 | 47.65 | 41.97 | - |
| YUV | 182.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 164 | 0 | 0.02 | 0.13 | 0.26 | 50 | 0.15 | 0.69 |
| Hex | BC | B8 | A4 | 0 | 2 | D | 1A | 32 | F | 45 |
| Octal | 274 | 270 | 244 | 0 | 2 | 15 | 32 | 62 | 17 | 105 |
| Binary | 10111100 | 10111000 | 10100100 | 0 | 10 | 1101 | 11010 | 110010 | 1111 | 1000101 |
Color Harmonies of #BCB8A4
Complementary color
Monochromatic Colors of #BCB8A4
Black with #BCB8A4
Text Example
Text Example
White with #BCB8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8A4; }
p { color: rgb(188,184,164); }
H1.HeaderClassName
{
color: #BCB8A4;
}
.AnyTagClassName
{
color: #BCB8A4;
}
</style>
background-color css
<style>
a { background-color: #BCB8A4; }
a { background-color: rgb(188,184,164); }
div.DivClassName
{
background-color: #BCB8A4;
}
.BgClassName
{
background-color: #BCB8A4;
}
</style>
border-color css
<style>
span { border-color: #BCB8A4; }
span { border-color: rgb(188,184,164); }
td.TdClassName
{
border-color: #BCB8A4;
}
.TagClassName
{
border-color: #BCB8A4;
}
</style>