#BEBA73

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

Shades of Dark Khaki #BEBA73

Tints of Dark Khaki #BEBA73

Color information

#BEBA73 (or 0xBEBA73) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 73. RGB value is (190,186,115). Sum of RGB (Red+Green+Blue) = 190+186+115=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA73 is #41458C. Grayscale: #B3B3B3. Windows color (decimal): -4277645 or 7584446. OLE color: 7584446.

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

Color convert

RGB190186115-
CMYK00.020.390.25
HSL56.8º36.59%59.8%-
HSV(B)56.8º39.47%74.51%-
XYZ41.8947.323.14-
YUV179.191.83135.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=38.70%
G=37.88%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018611500.020.390.2556.836.5959.8
HexBEBA7302271939253c
Octal276272163024731714574
Binary1011111010111010111001101010011111001111001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA73; }

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

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

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

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

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

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

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

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