#BEB766

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

Shades of Dark Khaki #BEB766

Tints of Dark Khaki #BEB766

Color information

#BEB766 (or 0xBEB766) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 66. RGB value is (190,183,102). Sum of RGB (Red+Green+Blue) = 190+183+102=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB766 is #414899. Grayscale: #B0B0B0. Windows color (decimal): -4278426 or 6731710. OLE color: 6731710.

HSL color Cylindrical-coordinate representation of color #BEB766: hue angle of 55.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEB766 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190183102-
CMYK00.040.460.25
HSL55.23º40.37%57.25%-
HSV(B)55.23º46.32%74.51%-
XYZ40.5745.7719.27-
YUV175.8686.32138.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=40%
G=38.53%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018310200.040.460.2555.2340.3757.25
HexBEB766042E19372839
Octal276267146045631675071
Binary10111110101101111100110010010111011001110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB766; }

 p { color: rgb(190,183,102); }

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

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

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

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

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

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

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