#BCB463

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

Shades of Dark Khaki #BCB463

Tints of Dark Khaki #BCB463

Color information

#BCB463 (or 0xBCB463) is unknown color: approx Dark Khaki. HEX triplet: BC, B4 and 63. RGB value is (188,180,99). Sum of RGB (Red+Green+Blue) = 188+180+99=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB463 is #434B9C. Grayscale: #ADADAD. Windows color (decimal): -4410269 or 6534332. OLE color: 6534332.

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

Color convert

RGB18818099-
CMYK00.040.470.26
HSL54.61º39.91%56.27%-
HSV(B)54.61º47.34%73.73%-
XYZ39.3144.2318.27-
YUV173.1686.15138.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=40.26%
G=38.54%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881809900.040.470.2654.6139.9156.27
HexBCB463042F1A372838
Octal274264143045732675070
Binary10111100101101001100011010010111111010110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB463; }

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

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

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

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

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

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

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

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