#BCAD70

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

Shades of Dark Khaki #BCAD70

Tints of Dark Khaki #BCAD70

Color information

#BCAD70 (or 0xBCAD70) is unknown color: approx Dark Khaki. HEX triplet: BC, AD and 70. RGB value is (188,173,112). Sum of RGB (Red+Green+Blue) = 188+173+112=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD70 is #43528F. Grayscale: #AAAAAA. Windows color (decimal): -4412048 or 7384508. OLE color: 7384508.

HSL color Cylindrical-coordinate representation of color #BCAD70: hue angle of 48.16º degrees, saturation: 0.36, 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 #BCAD70 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188173112-
CMYK00.080.400.26
HSL48.16º36.19%58.82%-
HSV(B)48.16º40.43%73.73%-
XYZ38.6141.7521.35-
YUV170.5394.97140.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 173 (67.97% from 255) = 36.58%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=39.75%
G=36.58%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817311200.080.400.2648.1636.1958.82
HexBCAD7008281A30243b
Octal2742551600105032604473
Binary101111001010110111100000100010100011010110000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD70; }

 p { color: rgb(188,173,112); }

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

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

 a { background-color: rgb(188,173,112); }

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

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

 span { border-color: rgb(188,173,112); }

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