#BDB668

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

Shades of Dark Khaki #BDB668

Tints of Dark Khaki #BDB668

Color information

#BDB668 (or 0xBDB668) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 68. RGB value is (189,182,104). Sum of RGB (Red+Green+Blue) = 189+182+104=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB668 is #424997. Grayscale: #AFAFAF. Windows color (decimal): -4344216 or 6862525. OLE color: 6862525.

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

Color convert

RGB189182104-
CMYK00.040.450.26
HSL55.06º39.17%57.45%-
HSV(B)55.06º44.97%74.12%-
XYZ40.2145.2719.72-
YUV175.287.82137.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=39.79%
G=38.32%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918210400.040.450.2655.0639.1757.45
HexBDB668042D1A372739
Octal275266150045532674771
Binary10111101101101101101000010010110111010110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB668; }

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

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

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

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

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

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

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

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