#BCBA73

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

Shades of Dark Khaki #BCBA73

Tints of Dark Khaki #BCBA73

Color information

#BCBA73 (or 0xBCBA73) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 73. RGB value is (188,186,115). Sum of RGB (Red+Green+Blue) = 188+186+115=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA73 is #43458C. Grayscale: #B2B2B2. Windows color (decimal): -4408717 or 7584444. OLE color: 7584444.

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

Color convert

RGB188186115-
CMYK00.010.390.26
HSL58.36º35.27%59.41%-
HSV(B)58.36º38.83%73.73%-
XYZ41.3947.0523.12-
YUV178.592.16134.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=38.45%
G=38.04%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818611500.010.390.2658.3635.2759.41
HexBCBA7301271A3a233b
Octal274272163014732724373
Binary101111001011101011100110110011111010111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA73; }

 p { color: rgb(188,186,115); }

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

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

 a { background-color: rgb(188,186,115); }

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

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

 span { border-color: rgb(188,186,115); }

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