#BDB46A

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

Shades of Dark Khaki #BDB46A

Tints of Dark Khaki #BDB46A

Color information

#BDB46A (or 0xBDB46A) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 6A. RGB value is (189,180,106). Sum of RGB (Red+Green+Blue) = 189+180+106=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB46A is #424B95. Grayscale: #AEAEAE. Windows color (decimal): -4344726 or 6993085. OLE color: 6993085.

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

Color convert

RGB189180106-
CMYK00.050.440.26
HSL53.49º38.6%57.84%-
HSV(B)53.49º43.92%74.12%-
XYZ39.9144.520.12-
YUV174.2689.48138.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=39.79%
G=37.89%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918010600.050.440.2653.4938.657.84
HexBDB46A052C1A35273a
Octal275264152055432654772
Binary10111101101101001101010010110110011010110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB46A; }

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

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

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

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

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

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

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

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