#BEBC6F

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

Shades of Dark Khaki #BEBC6F

Tints of Dark Khaki #BEBC6F

Color information

#BEBC6F (or 0xBEBC6F) is unknown color: approx Dark Khaki. HEX triplet: BE, BC and 6F. RGB value is (190,188,111). Sum of RGB (Red+Green+Blue) = 190+188+111=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC6F is #414390. Grayscale: #B4B4B4. Windows color (decimal): -4277137 or 7322814. OLE color: 7322814.

HSL color Cylindrical-coordinate representation of color #BEBC6F: hue angle of 58.48º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEBC6F is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190188111-
CMYK00.010.420.25
HSL58.48º37.8%59.02%-
HSV(B)58.48º41.58%74.51%-
XYZ42.0948.0622.1-
YUV179.8289.16135.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=38.85%
G=38.45%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018811100.010.420.2558.4837.859.02
HexBEBC6F012A193a263b
Octal276274157015231724673
Binary101111101011110011011110110101011001111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC6F; }

 p { color: rgb(190,188,111); }

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

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

 a { background-color: rgb(190,188,111); }

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

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

 span { border-color: rgb(190,188,111); }

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