#BEBC65

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

Shades of Dark Khaki #BEBC65

Tints of Dark Khaki #BEBC65

Color information

#BEBC65 (or 0xBEBC65) is unknown color: approx Dark Khaki. HEX triplet: BE, BC and 65. RGB value is (190,188,101). Sum of RGB (Red+Green+Blue) = 190+188+101=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC65 is #41439A. Grayscale: #B3B3B3. Windows color (decimal): -4277147 or 6667454. OLE color: 6667454.

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

Color convert

RGB190188101-
CMYK00.010.470.25
HSL58.65º40.64%57.06%-
HSV(B)58.65º46.84%74.51%-
XYZ41.5747.8519.36-
YUV178.6884.16136.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=39.67%
G=39.25%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018810100.010.470.2558.6540.6457.06
HexBEBC65012F193b2939
Octal276274145015731735171
Binary101111101011110011001010110111111001111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC65; }

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

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

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

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

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

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

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

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