#BEBA76

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

Shades of Dark Khaki #BEBA76

Tints of Dark Khaki #BEBA76

Color information

#BEBA76 (or 0xBEBA76) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 76. RGB value is (190,186,118). Sum of RGB (Red+Green+Blue) = 190+186+118=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA76 is #414589. Grayscale: #B3B3B3. Windows color (decimal): -4277642 or 7781054. OLE color: 7781054.

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

Color convert

RGB190186118-
CMYK00.020.380.25
HSL56.67º35.64%60.39%-
HSV(B)56.67º37.89%74.51%-
XYZ42.0647.3724.07-
YUV179.4493.33135.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=38.46%
G=37.65%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018611800.020.380.2556.6735.6460.39
HexBEBA7602261939243c
Octal276272166024631714474
Binary1011111010111010111011001010011011001111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA76; }

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

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

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

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

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

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

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

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