#BDB663

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

Shades of Dark Khaki #BDB663

Tints of Dark Khaki #BDB663

Color information

#BDB663 (or 0xBDB663) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 63. RGB value is (189,182,99). Sum of RGB (Red+Green+Blue) = 189+182+99=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB663 is #42499C. Grayscale: #AEAEAE. Windows color (decimal): -4344221 or 6534845. OLE color: 6534845.

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

Color convert

RGB18918299-
CMYK00.040.480.26
HSL55.33º40.54%56.47%-
HSV(B)55.33º47.62%74.12%-
XYZ39.9745.1818.42-
YUV174.6385.32138.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=40.21%
G=38.72%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891829900.040.480.2655.3340.5456.47
HexBDB66304301A372938
Octal275266143046032675170
Binary10111101101101101100011010011000011010110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB663; }

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

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

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

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

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

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

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

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