#BEB668

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

Shades of Dark Khaki #BEB668

Tints of Dark Khaki #BEB668

Color information

#BEB668 (or 0xBEB668) is unknown color: approx Dark Khaki. HEX triplet: BE, B6 and 68. RGB value is (190,182,104). Sum of RGB (Red+Green+Blue) = 190+182+104=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB668 is #414997. Grayscale: #AFAFAF. Windows color (decimal): -4278680 or 6862526. OLE color: 6862526.

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

Color convert

RGB190182104-
CMYK00.040.450.25
HSL54.42º39.81%57.65%-
HSV(B)54.42º45.26%74.51%-
XYZ40.4645.419.73-
YUV175.587.65138.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 182 (71.48% from 255) = 38.24%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=39.92%
G=38.24%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018210400.040.450.2554.4239.8157.65
HexBEB668042D1936283a
Octal276266150045531665072
Binary10111110101101101101000010010110111001110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB668; }

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

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

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

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

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

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

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

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