#BFBA6C

Color #BFBA6C Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BFBA6C

Tints of Dark Khaki #BFBA6C

Color information

#BFBA6C (or 0xBFBA6C) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 6C. RGB value is (191,186,108). Sum of RGB (Red+Green+Blue) = 191+186+108=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA6C is #404593. Grayscale: #B2B2B2. Windows color (decimal): -4212116 or 7125695. OLE color: 7125695.

HSL color Cylindrical-coordinate representation of color #BFBA6C: hue angle of 56.39º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFBA6C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191186108-
CMYK00.030.430.25
HSL56.39º39.34%58.63%-
HSV(B)56.39º43.46%74.9%-
XYZ41.7547.2821.11-
YUV178.688.16136.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 108 (42.58% from 255) = 22.27%
R=39.38%
G=38.35%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118610800.030.430.2556.3939.3458.63
HexBFBA6C032B1938273b
Octal277272154035331704773
Binary1011111110111010110110001110101111001111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA6C; }

 p { color: rgb(191,186,108); }

 H1.HeaderClassName
 {
   color: #BFBA6C;
 }
 .AnyTagClassName
 {
   color: #BFBA6C;
 }
</style>
background-color css

<style>
 a { background-color: #BFBA6C; }

 a { background-color: rgb(191,186,108); }

 div.DivClassName
 {
   background-color: #BFBA6C;
 }
 .BgClassName
 {
   background-color: #BFBA6C;
 }
</style>
border-color css

<style>
 span { border-color: #BFBA6C; }

 span { border-color: rgb(191,186,108); }

 td.TdClassName
 {
   border-color: #BFBA6C;
 }
 .TagClassName
 {
   border-color: #BFBA6C;
 }
</style>