#BCB763

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

Shades of Dark Khaki #BCB763

Tints of Dark Khaki #BCB763

Color information

#BCB763 (or 0xBCB763) is unknown color: approx Dark Khaki. HEX triplet: BC, B7 and 63. RGB value is (188,183,99). Sum of RGB (Red+Green+Blue) = 188+183+99=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB763 is #43489C. Grayscale: #AFAFAF. Windows color (decimal): -4409501 or 6535100. OLE color: 6535100.

HSL color Cylindrical-coordinate representation of color #BCB763: hue angle of 56.63º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB763 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18818399-
CMYK00.030.470.26
HSL56.63º39.91%56.27%-
HSV(B)56.63º47.34%73.73%-
XYZ39.9245.4618.47-
YUV174.9285.16137.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=40%
G=38.94%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881839900.030.470.2656.6339.9156.27
HexBCB763032F1A392838
Octal274267143035732715070
Binary1011110010110111110001101110111111010111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB763; }

 p { color: rgb(188,183,99); }

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

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

 a { background-color: rgb(188,183,99); }

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

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

 span { border-color: rgb(188,183,99); }

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