#BEBB71

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

Shades of Dark Khaki #BEBB71

Tints of Dark Khaki #BEBB71

Color information

#BEBB71 (or 0xBEBB71) is unknown color: approx Dark Khaki. HEX triplet: BE, BB and 71. RGB value is (190,187,113). Sum of RGB (Red+Green+Blue) = 190+187+113=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB71 is #41448E. Grayscale: #B3B3B3. Windows color (decimal): -4277391 or 7453630. OLE color: 7453630.

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

Color convert

RGB190187113-
CMYK00.020.410.25
HSL57.66º37.2%59.41%-
HSV(B)57.66º40.53%74.51%-
XYZ41.9947.6822.61-
YUV179.4690.49135.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=38.78%
G=38.16%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018711300.020.410.2557.6637.259.41
HexBEBB710229193a253b
Octal276273161025131724573
Binary1011111010111011111000101010100111001111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB71; }

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

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

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

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

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

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

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

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