#BFBD6A

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

Shades of Dark Khaki #BFBD6A

Tints of Dark Khaki #BFBD6A

Color information

#BFBD6A (or 0xBFBD6A) is unknown color: approx Dark Khaki. HEX triplet: BF, BD and 6A. RGB value is (191,189,106). Sum of RGB (Red+Green+Blue) = 191+189+106=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD6A is #404295. Grayscale: #B4B4B4. Windows color (decimal): -4211350 or 6995391. OLE color: 6995391.

HSL color Cylindrical-coordinate representation of color #BFBD6A: hue angle of 58.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFBD6A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191189106-
CMYK00.010.450.25
HSL58.59º39.91%58.24%-
HSV(B)58.59º44.5%74.9%-
XYZ42.2848.5120.77-
YUV180.1486.16135.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=39.30%
G=38.89%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118910600.010.450.2558.5939.9158.24
HexBFBD6A012D193b283a
Octal277275152015531735072
Binary101111111011110111010100110110111001111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD6A; }

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

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

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

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

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

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

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

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