#BEBC71

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

Shades of Dark Khaki #BEBC71

Tints of Dark Khaki #BEBC71

Color information

#BEBC71 (or 0xBEBC71) is unknown color: approx Dark Khaki. HEX triplet: BE, BC and 71. RGB value is (190,188,113). Sum of RGB (Red+Green+Blue) = 190+188+113=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC71 is #41438E. Grayscale: #B4B4B4. Windows color (decimal): -4277135 or 7453886. OLE color: 7453886.

HSL color Cylindrical-coordinate representation of color #BEBC71: hue angle of 58.44º degrees, saturation: 0.37, 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 #BEBC71 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190188113-
CMYK00.010.410.25
HSL58.44º37.2%59.41%-
HSV(B)58.44º40.53%74.51%-
XYZ42.248.1122.68-
YUV180.0590.16135.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=38.70%
G=38.29%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018811300.010.410.2558.4437.259.41
HexBEBC710129193a253b
Octal276274161015131724573
Binary101111101011110011100010110100111001111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC71; }

 p { color: rgb(190,188,113); }

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

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

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

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

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

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

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