#BEBA6A

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

Shades of Dark Khaki #BEBA6A

Tints of Dark Khaki #BEBA6A

Color information

#BEBA6A (or 0xBEBA6A) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 6A. RGB value is (190,186,106). Sum of RGB (Red+Green+Blue) = 190+186+106=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA6A is #414595. Grayscale: #B2B2B2. Windows color (decimal): -4277654 or 6994622. OLE color: 6994622.

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

Color convert

RGB190186106-
CMYK00.020.440.25
HSL57.14º39.25%58.04%-
HSV(B)57.14º44.21%74.51%-
XYZ41.447.1120.55-
YUV178.0887.33136.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=39.42%
G=38.59%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018610600.020.440.2557.1439.2558.04
HexBEBA6A022C1939273a
Octal276272152025431714772
Binary1011111010111010110101001010110011001111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA6A; }

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

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

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

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

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

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

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

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