Shades of Dark Khaki #BCB175
Tints of Dark Khaki #BCB175
RGB
CMYK
RGB Variations
Color information
#BCB175 (or 0xBCB175) is known color: Dark Khaki. HEX triplet: BC, B1 and 75. RGB value is (188,177,117). Sum of RGB (Red+Green+Blue) = 188+177+117=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB175 is #434E8A. Grayscale: #ADADAD. Windows color (decimal): -4411019 or 7713212. OLE color: 7713212.
HSL color Cylindrical-coordinate representation of color #BCB175: hue angle of 50.7º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCB175 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 117 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.26 |
| HSL | 50.7º | 0.35% | 0.6% | - |
| HSV(B) | 50.7º | 0.38% | 0.74% | - |
| XYZ | 39.67 | 43.42 | 23.12 | - |
| YUV | 173.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 117 | 0 | 0.06 | 0.38 | 0.26 | 50.7 | 0.35 | 0.6 |
| Hex | BC | B1 | 75 | 0 | 6 | 26 | 1A | 33 | 23 | 3C |
| Octal | 274 | 261 | 165 | 0 | 6 | 46 | 32 | 63 | 43 | 74 |
| Binary | 10111100 | 10110001 | 1110101 | 0 | 110 | 100110 | 11010 | 110011 | 100011 | 111100 |
Color Harmonies of #BCB175
Complementary color
Monochromatic Colors of #BCB175
Black with #BCB175
Text Example
Text Example
White with #BCB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB175; }
p { color: rgb(188,177,117); }
H1.HeaderClassName
{
color: #BCB175;
}
.AnyTagClassName
{
color: #BCB175;
}
</style>
background-color css
<style>
a { background-color: #BCB175; }
a { background-color: rgb(188,177,117); }
div.DivClassName
{
background-color: #BCB175;
}
.BgClassName
{
background-color: #BCB175;
}
</style>
border-color css
<style>
span { border-color: #BCB175; }
span { border-color: rgb(188,177,117); }
td.TdClassName
{
border-color: #BCB175;
}
.TagClassName
{
border-color: #BCB175;
}
</style>