#BCBF6A

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

Shades of Dark Khaki #BCBF6A

Tints of Dark Khaki #BCBF6A

Color information

#BCBF6A (or 0xBCBF6A) is unknown color: approx Dark Khaki. HEX triplet: BC, BF and 6A. RGB value is (188,191,106). Sum of RGB (Red+Green+Blue) = 188+191+106=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF6A is #434095. Grayscale: #B4B4B4. Windows color (decimal): -4407446 or 6995900. OLE color: 6995900.

HSL color Cylindrical-coordinate representation of color #BCBF6A: hue angle of 62.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCBF6A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB188191106-
CMYK0.0200.450.25
HSL62.12º39.91%58.24%-
HSV(B)62.12º44.5%74.9%-
XYZ41.9748.9920.88-
YUV180.4186.01133.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=38.76%
G=39.38%
B=21.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911060.0200.450.2562.1239.9158.24
HexBCBF6A202D193e283a
Octal274277152205531765072
Binary1011110010111111110101010010110111001111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF6A; }

 p { color: rgb(188,191,106); }

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

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

 a { background-color: rgb(188,191,106); }

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

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

 span { border-color: rgb(188,191,106); }

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