#BEBE70

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

Shades of Dark Khaki #BEBE70

Tints of Dark Khaki #BEBE70

Color information

#BEBE70 (or 0xBEBE70) is unknown color: approx Dark Khaki. HEX triplet: BE, BE and 70. RGB value is (190,190,112). Sum of RGB (Red+Green+Blue) = 190+190+112=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE70 is #41418F. Grayscale: #B5B5B5. Windows color (decimal): -4276624 or 7388862. OLE color: 7388862.

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

Color convert

RGB190190112-
CMYK000.410.25
HSL60º37.5%59.22%-
HSV(B)60º41.05%74.51%-
XYZ42.5748.9422.53-
YUV181.1189134.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 112 (44.14% from 255) = 22.76%
R=38.62%
G=38.62%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190112000.410.256037.559.22
HexBEBE700029193c263b
Octal276276160005131744673
Binary101111101011111011100000010100111001111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE70; }

 p { color: rgb(190,190,112); }

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

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

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

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

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

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

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