#BEBD65

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

Shades of Dark Khaki #BEBD65

Tints of Dark Khaki #BEBD65

Color information

#BEBD65 (or 0xBEBD65) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 65. RGB value is (190,189,101). Sum of RGB (Red+Green+Blue) = 190+189+101=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD65 is #41429A. Grayscale: #B3B3B3. Windows color (decimal): -4276891 or 6667710. OLE color: 6667710.

HSL color Cylindrical-coordinate representation of color #BEBD65: hue angle of 59.33º 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 #BEBD65 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190189101-
CMYK00.010.470.25
HSL59.33º40.64%57.06%-
HSV(B)59.33º46.84%74.51%-
XYZ41.7848.2819.43-
YUV179.2783.83135.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=39.58%
G=39.38%
B=21.04%

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
Decimal19018910100.010.470.2559.3340.6457.06
HexBEBD65012F193b2939
Octal276275145015731735171
Binary101111101011110111001010110111111001111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD65; }

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

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

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

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

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

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

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

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