#BDB763

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

Shades of Dark Khaki #BDB763

Tints of Dark Khaki #BDB763

Color information

#BDB763 (or 0xBDB763) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 63. RGB value is (189,183,99). Sum of RGB (Red+Green+Blue) = 189+183+99=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB763 is #42489C. Grayscale: #AFAFAF. Windows color (decimal): -4343965 or 6535101. OLE color: 6535101.

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

Color convert

RGB18918399-
CMYK00.030.480.26
HSL56º40.54%56.47%-
HSV(B)56º47.62%74.12%-
XYZ40.1745.5918.49-
YUV175.2284.99137.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 99 (39.06% from 255) = 21.02%
R=40.13%
G=38.85%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891839900.030.480.265640.5456.47
HexBDB76303301A382938
Octal275267143036032705170
Binary1011110110110111110001101111000011010111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB763; }

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

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

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

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

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

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

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

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