Shades of Dark Khaki #BCB762
Tints of Dark Khaki #BCB762
RGB
CMYK
RGB Variations
Color information
#BCB762 (or 0xBCB762) is known color: Dark Khaki. HEX triplet: BC, B7 and 62. RGB value is (188,183,98). Sum of RGB (Red+Green+Blue) = 188+183+98=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB762 is #43489D. Grayscale: #AFAFAF. Windows color (decimal): -4409502 or 6469564. OLE color: 6469564.
HSL color Cylindrical-coordinate representation of color #BCB762: hue angle of 56.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCB762 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 98 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.26 |
| HSL | 56.67º | 0.4% | 0.56% | - |
| HSV(B) | 56.67º | 0.48% | 0.74% | - |
| XYZ | 39.88 | 45.44 | 18.22 | - |
| YUV | 174.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 98 | 0 | 0.03 | 0.48 | 0.26 | 56.67 | 0.4 | 0.56 |
| Hex | BC | B7 | 62 | 0 | 3 | 30 | 1A | 39 | 28 | 38 |
| Octal | 274 | 267 | 142 | 0 | 3 | 60 | 32 | 71 | 50 | 70 |
| Binary | 10111100 | 10110111 | 1100010 | 0 | 11 | 110000 | 11010 | 111001 | 101000 | 111000 |
Color Harmonies of #BCB762
Complementary color
Monochromatic Colors of #BCB762
Black with #BCB762
Text Example
Text Example
White with #BCB762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB762; }
p { color: rgb(188,183,98); }
H1.HeaderClassName
{
color: #BCB762;
}
.AnyTagClassName
{
color: #BCB762;
}
</style>
background-color css
<style>
a { background-color: #BCB762; }
a { background-color: rgb(188,183,98); }
div.DivClassName
{
background-color: #BCB762;
}
.BgClassName
{
background-color: #BCB762;
}
</style>
border-color css
<style>
span { border-color: #BCB762; }
span { border-color: rgb(188,183,98); }
td.TdClassName
{
border-color: #BCB762;
}
.TagClassName
{
border-color: #BCB762;
}
</style>