#BEBD6A

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

Shades of Dark Khaki #BEBD6A

Tints of Dark Khaki #BEBD6A

Color information

#BEBD6A (or 0xBEBD6A) is unknown color: approx Dark Khaki. HEX triplet: BE, BD and 6A. RGB value is (190,189,106). Sum of RGB (Red+Green+Blue) = 190+189+106=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD6A is #414295. Grayscale: #B4B4B4. Windows color (decimal): -4276886 or 6995390. OLE color: 6995390.

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

Color convert

RGB190189106-
CMYK00.010.440.25
HSL59.29º39.25%58.04%-
HSV(B)59.29º44.21%74.51%-
XYZ42.0348.3820.76-
YUV179.8486.33135.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=39.18%
G=38.97%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018910600.010.440.2559.2939.2558.04
HexBEBD6A012C193b273a
Octal276275152015431734772
Binary101111101011110111010100110110011001111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD6A; }

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

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

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

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

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

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

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

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