#BCBA75

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

Shades of Dark Khaki #BCBA75

Tints of Dark Khaki #BCBA75

Color information

#BCBA75 (or 0xBCBA75) is unknown color: approx Dark Khaki. HEX triplet: BC, BA and 75. RGB value is (188,186,117). Sum of RGB (Red+Green+Blue) = 188+186+117=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA75 is #43458A. Grayscale: #B3B3B3. Windows color (decimal): -4408715 or 7715516. OLE color: 7715516.

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

Color convert

RGB188186117-
CMYK00.010.380.26
HSL58.31º34.63%59.8%-
HSV(B)58.31º37.77%73.73%-
XYZ41.5147.0923.73-
YUV178.7393.16134.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=38.29%
G=37.88%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818611700.010.380.2658.3134.6359.8
HexBCBA7501261A3a233c
Octal274272165014632724374
Binary101111001011101011101010110011011010111010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA75; }

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

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

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

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

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

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

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

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