Shades of Dark Khaki #BFB375
Tints of Dark Khaki #BFB375
RGB
CMYK
RGB Variations
Color information
#BFB375 (or 0xBFB375) is known color: Dark Khaki. HEX triplet: BF, B3 and 75. RGB value is (191,179,117). Sum of RGB (Red+Green+Blue) = 191+179+117=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB375 is #404C8A. Grayscale: #AFAFAF. Windows color (decimal): -4213899 or 7713727. OLE color: 7713727.
HSL color Cylindrical-coordinate representation of color #BFB375: hue angle of 50.27º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFB375 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 117 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.25 |
| HSL | 50.27º | 0.37% | 0.6% | - |
| HSV(B) | 50.27º | 0.39% | 0.75% | - |
| XYZ | 40.82 | 44.6 | 23.29 | - |
| YUV | 175.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 117 | 0 | 0.06 | 0.39 | 0.25 | 50.27 | 0.37 | 0.6 |
| Hex | BF | B3 | 75 | 0 | 6 | 27 | 19 | 32 | 25 | 3C |
| Octal | 277 | 263 | 165 | 0 | 6 | 47 | 31 | 62 | 45 | 74 |
| Binary | 10111111 | 10110011 | 1110101 | 0 | 110 | 100111 | 11001 | 110010 | 100101 | 111100 |
Color Harmonies of #BFB375
Complementary color
Monochromatic Colors of #BFB375
Black with #BFB375
Text Example
Text Example
White with #BFB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB375; }
p { color: rgb(191,179,117); }
H1.HeaderClassName
{
color: #BFB375;
}
.AnyTagClassName
{
color: #BFB375;
}
</style>
background-color css
<style>
a { background-color: #BFB375; }
a { background-color: rgb(191,179,117); }
div.DivClassName
{
background-color: #BFB375;
}
.BgClassName
{
background-color: #BFB375;
}
</style>
border-color css
<style>
span { border-color: #BFB375; }
span { border-color: rgb(191,179,117); }
td.TdClassName
{
border-color: #BFB375;
}
.TagClassName
{
border-color: #BFB375;
}
</style>