Shades of Dark Khaki #BFB274
Tints of Dark Khaki #BFB274
RGB
CMYK
RGB Variations
Color information
#BFB274 (or 0xBFB274) is known color: Dark Khaki. HEX triplet: BF, B2 and 74. RGB value is (191,178,116). Sum of RGB (Red+Green+Blue) = 191+178+116=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB274 is #404D8B. Grayscale: #AFAFAF. Windows color (decimal): -4214156 or 7647935. OLE color: 7647935.
HSL color Cylindrical-coordinate representation of color #BFB274: hue angle of 49.6º 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 #BFB274 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 116 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.25 |
| HSL | 49.6º | 0.37% | 0.6% | - |
| HSV(B) | 49.6º | 0.39% | 0.75% | - |
| XYZ | 40.56 | 44.18 | 22.91 | - |
| YUV | 174.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 116 | 0 | 0.07 | 0.39 | 0.25 | 49.6 | 0.37 | 0.6 |
| Hex | BF | B2 | 74 | 0 | 7 | 27 | 19 | 32 | 25 | 3C |
| Octal | 277 | 262 | 164 | 0 | 7 | 47 | 31 | 62 | 45 | 74 |
| Binary | 10111111 | 10110010 | 1110100 | 0 | 111 | 100111 | 11001 | 110010 | 100101 | 111100 |
Color Harmonies of #BFB274
Complementary color
Monochromatic Colors of #BFB274
Black with #BFB274
Text Example
Text Example
White with #BFB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB274; }
p { color: rgb(191,178,116); }
H1.HeaderClassName
{
color: #BFB274;
}
.AnyTagClassName
{
color: #BFB274;
}
</style>
background-color css
<style>
a { background-color: #BFB274; }
a { background-color: rgb(191,178,116); }
div.DivClassName
{
background-color: #BFB274;
}
.BgClassName
{
background-color: #BFB274;
}
</style>
border-color css
<style>
span { border-color: #BFB274; }
span { border-color: rgb(191,178,116); }
td.TdClassName
{
border-color: #BFB274;
}
.TagClassName
{
border-color: #BFB274;
}
</style>