#BDB371

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

Shades of Dark Khaki #BDB371

Tints of Dark Khaki #BDB371

Color information

#BDB371 (or 0xBDB371) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 71. RGB value is (189,179,113). Sum of RGB (Red+Green+Blue) = 189+179+113=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB371 is #424C8E. Grayscale: #AEAEAE. Windows color (decimal): -4344975 or 7451581. OLE color: 7451581.

HSL color Cylindrical-coordinate representation of color #BDB371: hue angle of 52.11º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB371 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189179113-
CMYK00.050.400.26
HSL52.11º36.54%59.22%-
HSV(B)52.11º40.21%74.12%-
XYZ40.0944.2522.05-
YUV174.4793.31138.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=39.29%
G=37.21%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917911300.050.400.2652.1136.5459.22
HexBDB37105281A34253b
Octal275263161055032644573
Binary10111101101100111110001010110100011010110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB371; }

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

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

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

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

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

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

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

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