Shades of Dark Khaki #BFB46B
Tints of Dark Khaki #BFB46B
RGB
CMYK
RGB Variations
Color information
#BFB46B (or 0xBFB46B) is known color: Dark Khaki. HEX triplet: BF, B4 and 6B. RGB value is (191,180,107). Sum of RGB (Red+Green+Blue) = 191+180+107=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB46B is #404B94. Grayscale: #AFAFAF. Windows color (decimal): -4213653 or 7058623. OLE color: 7058623.
HSL color Cylindrical-coordinate representation of color #BFB46B: hue angle of 52.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFB46B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 107 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.25 |
| HSL | 52.14º | 0.4% | 0.58% | - |
| HSV(B) | 52.14º | 0.44% | 0.75% | - |
| XYZ | 40.46 | 44.78 | 20.42 | - |
| YUV | 174.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 107 | 0 | 0.06 | 0.44 | 0.25 | 52.14 | 0.4 | 0.58 |
| Hex | BF | B4 | 6B | 0 | 6 | 2C | 19 | 34 | 28 | 3A |
| Octal | 277 | 264 | 153 | 0 | 6 | 54 | 31 | 64 | 50 | 72 |
| Binary | 10111111 | 10110100 | 1101011 | 0 | 110 | 101100 | 11001 | 110100 | 101000 | 111010 |
Color Harmonies of #BFB46B
Complementary color
Monochromatic Colors of #BFB46B
Black with #BFB46B
Text Example
Text Example
White with #BFB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB46B; }
p { color: rgb(191,180,107); }
H1.HeaderClassName
{
color: #BFB46B;
}
.AnyTagClassName
{
color: #BFB46B;
}
</style>
background-color css
<style>
a { background-color: #BFB46B; }
a { background-color: rgb(191,180,107); }
div.DivClassName
{
background-color: #BFB46B;
}
.BgClassName
{
background-color: #BFB46B;
}
</style>
border-color css
<style>
span { border-color: #BFB46B; }
span { border-color: rgb(191,180,107); }
td.TdClassName
{
border-color: #BFB46B;
}
.TagClassName
{
border-color: #BFB46B;
}
</style>