#BFBD6B

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

Shades of Dark Khaki #BFBD6B

Tints of Dark Khaki #BFBD6B

Color information

#BFBD6B (or 0xBFBD6B) is unknown color: approx Dark Khaki. HEX triplet: BF, BD and 6B. RGB value is (191,189,107). Sum of RGB (Red+Green+Blue) = 191+189+107=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD6B is #404294. Grayscale: #B4B4B4. Windows color (decimal): -4211349 or 7060927. OLE color: 7060927.

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

Color convert

RGB191189107-
CMYK00.010.440.25
HSL58.57º39.62%58.43%-
HSV(B)58.57º43.98%74.9%-
XYZ42.3448.5321.05-
YUV180.2586.66135.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=39.22%
G=38.81%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118910700.010.440.2558.5739.6258.43
HexBFBD6B012C193b283a
Octal277275153015431735072
Binary101111111011110111010110110110011001111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD6B; }

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

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

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

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

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

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

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

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