#BDB169

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

Shades of Dark Khaki #BDB169

Tints of Dark Khaki #BDB169

Color information

#BDB169 (or 0xBDB169) is unknown color: approx Dark Khaki. HEX triplet: BD, B1 and 69. RGB value is (189,177,105). Sum of RGB (Red+Green+Blue) = 189+177+105=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB169 is #424E96. Grayscale: #ACACAC. Windows color (decimal): -4345495 or 6926781. OLE color: 6926781.

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

Color convert

RGB189177105-
CMYK00.060.440.26
HSL51.43º38.89%57.65%-
HSV(B)51.43º44.44%74.12%-
XYZ39.2643.2819.65-
YUV172.3889.98139.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=40.13%
G=37.58%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917710500.060.440.2651.4338.8957.65
HexBDB169062C1A33273a
Octal275261151065432634772
Binary10111101101100011101001011010110011010110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB169; }

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

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

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

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

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

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

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

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