#BDB773

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

Shades of Dark Khaki #BDB773

Tints of Dark Khaki #BDB773

Color information

#BDB773 (or 0xBDB773) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 73. RGB value is (189,183,115). Sum of RGB (Red+Green+Blue) = 189+183+115=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB773 is #42488C. Grayscale: #B1B1B1. Windows color (decimal): -4343949 or 7583677. OLE color: 7583677.

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

Color convert

RGB189183115-
CMYK00.030.390.26
HSL55.14º35.92%59.61%-
HSV(B)55.14º39.15%74.12%-
XYZ41.0145.9222.92-
YUV177.0492.99136.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 115 (45.31% from 255) = 23.61%
R=38.81%
G=37.58%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918311500.030.390.2655.1435.9259.61
HexBDB77303271A37243c
Octal275267163034732674474
Binary1011110110110111111001101110011111010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB773; }

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

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

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

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

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

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

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

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