#BDB370

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

Shades of Dark Khaki #BDB370

Tints of Dark Khaki #BDB370

Color information

#BDB370 (or 0xBDB370) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 70. RGB value is (189,179,112). Sum of RGB (Red+Green+Blue) = 189+179+112=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB370 is #424C8F. Grayscale: #AEAEAE. Windows color (decimal): -4344976 or 7386045. OLE color: 7386045.

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

Color convert

RGB189179112-
CMYK00.050.410.26
HSL52.21º36.84%59.02%-
HSV(B)52.21º40.74%74.12%-
XYZ40.0344.2321.76-
YUV174.3592.81138.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 112 (44.14% from 255) = 23.33%
R=39.38%
G=37.29%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917911200.050.410.2652.2136.8459.02
HexBDB37005291A34253b
Octal275263160055132644573
Binary10111101101100111110000010110100111010110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB370; }

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

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

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

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

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

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

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

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