#BEB268

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

Shades of Dark Khaki #BEB268

Tints of Dark Khaki #BEB268

Color information

#BEB268 (or 0xBEB268) is unknown color: approx Dark Khaki. HEX triplet: BE, B2 and 68. RGB value is (190,178,104). Sum of RGB (Red+Green+Blue) = 190+178+104=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB268 is #414D97. Grayscale: #ADADAD. Windows color (decimal): -4279704 or 6861502. OLE color: 6861502.

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

Color convert

RGB190178104-
CMYK00.060.450.25
HSL51.63º39.81%57.65%-
HSV(B)51.63º45.26%74.51%-
XYZ39.6543.7919.46-
YUV173.1588.98140.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 104 (41.02% from 255) = 22.03%
R=40.25%
G=37.71%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017810400.060.450.2551.6339.8157.65
HexBEB268062D1934283a
Octal276262150065531645072
Binary10111110101100101101000011010110111001110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB268; }

 p { color: rgb(190,178,104); }

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

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

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

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

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

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

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