#BDB761

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

Shades of Dark Khaki #BDB761

Tints of Dark Khaki #BDB761

Color information

#BDB761 (or 0xBDB761) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 61. RGB value is (189,183,97). Sum of RGB (Red+Green+Blue) = 189+183+97=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB761 is #42489E. Grayscale: #AFAFAF. Windows color (decimal): -4343967 or 6404029. OLE color: 6404029.

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

Color convert

RGB18918397-
CMYK00.030.490.26
HSL56.09º41.07%56.08%-
HSV(B)56.09º48.68%74.12%-
XYZ40.0845.5517.99-
YUV174.9983.99137.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=40.30%
G=39.02%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891839700.030.490.2656.0941.0756.08
HexBDB76103311A382938
Octal275267141036132705170
Binary1011110110110111110000101111000111010111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB761; }

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

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

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

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

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

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

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

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