#BEBA69

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

Shades of Dark Khaki #BEBA69

Tints of Dark Khaki #BEBA69

Color information

#BEBA69 (or 0xBEBA69) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 69. RGB value is (190,186,105). Sum of RGB (Red+Green+Blue) = 190+186+105=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA69 is #414596. Grayscale: #B2B2B2. Windows color (decimal): -4277655 or 6929086. OLE color: 6929086.

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

Color convert

RGB190186105-
CMYK00.020.450.25
HSL57.18º39.53%57.84%-
HSV(B)57.18º44.74%74.51%-
XYZ41.3447.0820.27-
YUV177.9686.83136.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=39.50%
G=38.67%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018610500.020.450.2557.1839.5357.84
HexBEBA69022D1939283a
Octal276272151025531715072
Binary1011111010111010110100101010110111001111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA69; }

 p { color: rgb(190,186,105); }

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

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

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

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

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

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

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