#BEBE6A

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

Shades of Dark Khaki #BEBE6A

Tints of Dark Khaki #BEBE6A

Color information

#BEBE6A (or 0xBEBE6A) is unknown color: approx Dark Khaki. HEX triplet: BE, BE and 6A. RGB value is (190,190,106). Sum of RGB (Red+Green+Blue) = 190+190+106=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE6A is #414195. Grayscale: #B4B4B4. Windows color (decimal): -4276630 or 6995646. OLE color: 6995646.

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

Color convert

RGB190190106-
CMYK000.440.25
HSL60º39.25%58.04%-
HSV(B)60º44.21%74.51%-
XYZ42.2548.8120.83-
YUV180.4286134.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=39.09%
G=39.09%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190106000.440.256039.2558.04
HexBEBE6A002C193c273a
Octal276276152005431744772
Binary101111101011111011010100010110011001111100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE6A; }

 p { color: rgb(190,190,106); }

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

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

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

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

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

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

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