#BCB365

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

Shades of Dark Khaki #BCB365

Tints of Dark Khaki #BCB365

Color information

#BCB365 (or 0xBCB365) is unknown color: approx Dark Khaki. HEX triplet: BC, B3 and 65. RGB value is (188,179,101). Sum of RGB (Red+Green+Blue) = 188+179+101=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB365 is #434C9A. Grayscale: #ADADAD. Windows color (decimal): -4410523 or 6665148. OLE color: 6665148.

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

Color convert

RGB188179101-
CMYK00.050.460.26
HSL53.79º39.37%56.67%-
HSV(B)53.79º46.28%73.73%-
XYZ39.2143.8718.71-
YUV172.887.48138.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=40.17%
G=38.25%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817910100.050.460.2653.7939.3756.67
HexBCB365052E1A362739
Octal274263145055632664771
Binary10111100101100111100101010110111011010110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB365; }

 p { color: rgb(188,179,101); }

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

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

 a { background-color: rgb(188,179,101); }

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

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

 span { border-color: rgb(188,179,101); }

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