#BDBA61

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

Shades of Dark Khaki #BDBA61

Tints of Dark Khaki #BDBA61

Color information

#BDBA61 (or 0xBDBA61) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 61. RGB value is (189,186,97). Sum of RGB (Red+Green+Blue) = 189+186+97=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA61 is #42459E. Grayscale: #B1B1B1. Windows color (decimal): -4343199 or 6404797. OLE color: 6404797.

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

Color convert

RGB18918697-
CMYK00.020.490.26
HSL58.04º41.07%56.08%-
HSV(B)58.04º48.68%74.12%-
XYZ40.746.818.2-
YUV176.7582.99136.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=40.04%
G=39.41%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891869700.020.490.2658.0441.0756.08
HexBDBA6102311A3a2938
Octal275272141026132725170
Binary1011110110111010110000101011000111010111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA61; }

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

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

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

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

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

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

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

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