#BDBA74

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

Shades of Dark Khaki #BDBA74

Tints of Dark Khaki #BDBA74

Color information

#BDBA74 (or 0xBDBA74) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 74. RGB value is (189,186,116). Sum of RGB (Red+Green+Blue) = 189+186+116=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA74 is #42458B. Grayscale: #B3B3B3. Windows color (decimal): -4343180 or 7649981. OLE color: 7649981.

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

Color convert

RGB189186116-
CMYK00.020.390.26
HSL57.53º35.61%59.8%-
HSV(B)57.53º38.62%74.12%-
XYZ41.747.223.44-
YUV178.9292.49135.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=38.49%
G=37.88%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918611600.020.390.2657.5335.6159.8
HexBDBA7402271A3a243c
Octal275272164024732724474
Binary1011110110111010111010001010011111010111010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA74; }

 p { color: rgb(189,186,116); }

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

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

 a { background-color: rgb(189,186,116); }

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

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

 span { border-color: rgb(189,186,116); }

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