#BDB667

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

Shades of Dark Khaki #BDB667

Tints of Dark Khaki #BDB667

Color information

#BDB667 (or 0xBDB667) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 67. RGB value is (189,182,103). Sum of RGB (Red+Green+Blue) = 189+182+103=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB667 is #424998. Grayscale: #AFAFAF. Windows color (decimal): -4344217 or 6796989. OLE color: 6796989.

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

Color convert

RGB189182103-
CMYK00.040.460.26
HSL55.12º39.45%57.25%-
HSV(B)55.12º45.5%74.12%-
XYZ40.1645.2519.45-
YUV175.0987.32137.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=39.87%
G=38.40%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918210300.040.460.2655.1239.4557.25
HexBDB667042E1A372739
Octal275266147045632674771
Binary10111101101101101100111010010111011010110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB667; }

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

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

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

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

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

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

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

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