#BEBD66

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

Shades of Dark Khaki #BEBD66

Tints of Dark Khaki #BEBD66

Color information

#BEBD66 (or 0xBEBD66) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 66. RGB value is (190,189,102). Sum of RGB (Red+Green+Blue) = 190+189+102=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD66 is #414299. Grayscale: #B3B3B3. Windows color (decimal): -4276890 or 6733246. OLE color: 6733246.

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

Color convert

RGB190189102-
CMYK00.010.460.25
HSL59.32º40.37%57.25%-
HSV(B)59.32º46.32%74.51%-
XYZ41.8348.319.69-
YUV179.3884.33135.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=39.50%
G=39.29%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018910200.010.460.2559.3240.3757.25
HexBEBD66012E193b2839
Octal276275146015631735071
Binary101111101011110111001100110111011001111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD66; }

 p { color: rgb(190,189,102); }

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

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

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

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

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

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

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