#BEB871

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

Shades of Dark Khaki #BEB871

Tints of Dark Khaki #BEB871

Color information

#BEB871 (or 0xBEB871) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 71. RGB value is (190,184,113). Sum of RGB (Red+Green+Blue) = 190+184+113=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB871 is #41478E. Grayscale: #B1B1B1. Windows color (decimal): -4278159 or 7452862. OLE color: 7452862.

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

Color convert

RGB190184113-
CMYK00.030.410.25
HSL55.32º37.2%59.41%-
HSV(B)55.32º40.53%74.51%-
XYZ41.3646.4222.4-
YUV177.791.49136.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=39.01%
G=37.78%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018411300.030.410.2555.3237.259.41
HexBEB87103291937253b
Octal276270161035131674573
Binary1011111010111000111000101110100111001110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB871; }

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

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

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

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

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

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

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

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