#BDB86A

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

Shades of Dark Khaki #BDB86A

Tints of Dark Khaki #BDB86A

Color information

#BDB86A (or 0xBDB86A) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 6A. RGB value is (189,184,106). Sum of RGB (Red+Green+Blue) = 189+184+106=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB86A is #424795. Grayscale: #B0B0B0. Windows color (decimal): -4343702 or 6994109. OLE color: 6994109.

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

Color convert

RGB189184106-
CMYK00.030.440.26
HSL56.39º38.6%57.84%-
HSV(B)56.39º43.92%74.12%-
XYZ40.7346.1420.4-
YUV176.688.16136.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=39.46%
G=38.41%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918410600.030.440.2656.3938.657.84
HexBDB86A032C1A38273a
Octal275270152035432704772
Binary1011110110111000110101001110110011010111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB86A; }

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

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

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

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

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

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

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

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