#BDBA6C

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

Shades of Dark Khaki #BDBA6C

Tints of Dark Khaki #BDBA6C

Color information

#BDBA6C (or 0xBDBA6C) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 6C. RGB value is (189,186,108). Sum of RGB (Red+Green+Blue) = 189+186+108=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA6C is #424593. Grayscale: #B2B2B2. Windows color (decimal): -4343188 or 7125693. OLE color: 7125693.

HSL color Cylindrical-coordinate representation of color #BDBA6C: hue angle of 57.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDBA6C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189186108-
CMYK00.020.430.26
HSL57.78º38.03%58.24%-
HSV(B)57.78º42.86%74.12%-
XYZ41.2547.0221.09-
YUV17888.49135.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=39.13%
G=38.51%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918610800.020.430.2657.7838.0358.24
HexBDBA6C022B1A3a263a
Octal275272154025332724672
Binary1011110110111010110110001010101111010111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA6C; }

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

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

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

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

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

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

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

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