#BEBA74

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

Shades of Dark Khaki #BEBA74

Tints of Dark Khaki #BEBA74

Color information

#BEBA74 (or 0xBEBA74) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 74. RGB value is (190,186,116). Sum of RGB (Red+Green+Blue) = 190+186+116=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA74 is #41458B. Grayscale: #B3B3B3. Windows color (decimal): -4277644 or 7649982. OLE color: 7649982.

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

Color convert

RGB190186116-
CMYK00.020.390.25
HSL56.76º36.27%60%-
HSV(B)56.76º38.95%74.51%-
XYZ41.9547.3323.45-
YUV179.2292.33135.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=38.62%
G=37.80%
B=23.58%

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
Decimal19018611600.020.390.2556.7636.2760
HexBEBA7402271939243c
Octal276272164024731714474
Binary1011111010111010111010001010011111001111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA74; }

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

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

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

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

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

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

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

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