Shades of Ash #BCB7A2
Tints of Ash #BCB7A2
RGB
CMYK
RGB Variations
Color information
#BCB7A2 (or 0xBCB7A2) is known color: Ash. HEX triplet: BC, B7 and A2. RGB value is (188,183,162). Sum of RGB (Red+Green+Blue) = 188+183+162=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7A2 is #43485D. Grayscale: #B6B6B6. Windows color (decimal): -4409438 or 10663868. OLE color: 10663868.
HSL color Cylindrical-coordinate representation of color #BCB7A2: hue angle of 48.46º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB7A2 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 183 | 162 | - |
CMYK | 0 | 0.03 | 0.14 | 0.26 |
HSL | 48.46º | 0.16% | 0.69% | - |
HSV(B) | 48.46º | 0.14% | 0.74% | - |
XYZ | 44.19 | 47.17 | 40.96 | - |
YUV | 182.1 | 116.66 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 183 | 162 | 0 | 0.03 | 0.14 | 0.26 | 48.46 | 0.16 | 0.69 |
Hex | BC | B7 | A2 | 0 | 3 | E | 1A | 30 | 10 | 45 |
Octal | 274 | 267 | 242 | 0 | 3 | 16 | 32 | 60 | 20 | 105 |
Binary | 10111100 | 10110111 | 10100010 | 0 | 11 | 1110 | 11010 | 110000 | 10000 | 1000101 |
Color Harmonies of #BCB7A2
Complementary color
Monochromatic Colors of #BCB7A2
Black with #BCB7A2
Text Example
Text Example
White with #BCB7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7A2; }
p { color: rgb(188,183,162); }
H1.HeaderClassName
{
color: #BCB7A2;
}
.AnyTagClassName
{
color: #BCB7A2;
}
</style>
background-color css
<style>
a { background-color: #BCB7A2; }
a { background-color: rgb(188,183,162); }
div.DivClassName
{
background-color: #BCB7A2;
}
.BgClassName
{
background-color: #BCB7A2;
}
</style>
border-color css
<style>
span { border-color: #BCB7A2; }
span { border-color: rgb(188,183,162); }
td.TdClassName
{
border-color: #BCB7A2;
}
.TagClassName
{
border-color: #BCB7A2;
}
</style>