#BFBD6C

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

Shades of Dark Khaki #BFBD6C

Tints of Dark Khaki #BFBD6C

Color information

#BFBD6C (or 0xBFBD6C) is unknown color: approx Dark Khaki. HEX triplet: BF, BD and 6C. RGB value is (191,189,108). Sum of RGB (Red+Green+Blue) = 191+189+108=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD6C is #404293. Grayscale: #B4B4B4. Windows color (decimal): -4211348 or 7126463. OLE color: 7126463.

HSL color Cylindrical-coordinate representation of color #BFBD6C: hue angle of 58.55º 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 #BFBD6C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB191189108-
CMYK00.010.430.25
HSL58.55º39.34%58.63%-
HSV(B)58.55º43.46%74.9%-
XYZ42.3948.5521.33-
YUV180.3687.16135.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=39.14%
G=38.73%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118910800.010.430.2558.5539.3458.63
HexBFBD6C012B193b273b
Octal277275154015331734773
Binary101111111011110111011000110101111001111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD6C; }

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

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

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

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

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

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

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

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