#BDB673

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

Shades of Dark Khaki #BDB673

Tints of Dark Khaki #BDB673

Color information

#BDB673 (or 0xBDB673) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 73. RGB value is (189,182,115). Sum of RGB (Red+Green+Blue) = 189+182+115=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB673 is #42498C. Grayscale: #B0B0B0. Windows color (decimal): -4344205 or 7583421. OLE color: 7583421.

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

Color convert

RGB189182115-
CMYK00.040.390.26
HSL54.32º35.92%59.61%-
HSV(B)54.32º39.15%74.12%-
XYZ40.8145.5122.85-
YUV176.4693.32136.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=38.89%
G=37.45%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918211500.040.390.2654.3235.9259.61
HexBDB67304271A36243c
Octal275266163044732664474
Binary10111101101101101110011010010011111010110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB673; }

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

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

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

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

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

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

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

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