#BDB374

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

Shades of Dark Khaki #BDB374

Tints of Dark Khaki #BDB374

Color information

#BDB374 (or 0xBDB374) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 74. RGB value is (189,179,116). Sum of RGB (Red+Green+Blue) = 189+179+116=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB374 is #424C8B. Grayscale: #AFAFAF. Windows color (decimal): -4344972 or 7648189. OLE color: 7648189.

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

Color convert

RGB189179116-
CMYK00.050.390.26
HSL51.78º35.61%59.8%-
HSV(B)51.78º38.62%74.12%-
XYZ40.2644.3222.96-
YUV174.8194.81138.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=39.05%
G=36.98%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917911600.050.390.2651.7835.6159.8
HexBDB37405271A34243c
Octal275263164054732644474
Binary10111101101100111110100010110011111010110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB374; }

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

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

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

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

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

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

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

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