#BDB669

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

Shades of Dark Khaki #BDB669

Tints of Dark Khaki #BDB669

Color information

#BDB669 (or 0xBDB669) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 69. RGB value is (189,182,105). Sum of RGB (Red+Green+Blue) = 189+182+105=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB669 is #424996. Grayscale: #AFAFAF. Windows color (decimal): -4344215 or 6928061. OLE color: 6928061.

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

Color convert

RGB189182105-
CMYK00.040.440.26
HSL55º38.89%57.65%-
HSV(B)55º44.44%74.12%-
XYZ40.2645.2919.99-
YUV175.3188.32137.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=39.71%
G=38.24%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918210500.040.440.265538.8957.65
HexBDB669042C1A37273a
Octal275266151045432674772
Binary10111101101101101101001010010110011010110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB669; }

 p { color: rgb(189,182,105); }

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

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

 a { background-color: rgb(189,182,105); }

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

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

 span { border-color: rgb(189,182,105); }

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