#BEB168

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

Shades of Dark Khaki #BEB168

Tints of Dark Khaki #BEB168

Color information

#BEB168 (or 0xBEB168) is unknown color: approx Dark Khaki. HEX triplet: BE, B1 and 68. RGB value is (190,177,104). Sum of RGB (Red+Green+Blue) = 190+177+104=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB168 is #414E97. Grayscale: #ACACAC. Windows color (decimal): -4279960 or 6861246. OLE color: 6861246.

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

Color convert

RGB190177104-
CMYK00.070.450.25
HSL50.93º39.81%57.65%-
HSV(B)50.93º45.26%74.51%-
XYZ39.4643.3919.39-
YUV172.5689.31140.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 104 (41.02% from 255) = 22.08%
R=40.34%
G=37.58%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017710400.070.450.2550.9339.8157.65
HexBEB168072D1933283a
Octal276261150075531635072
Binary10111110101100011101000011110110111001110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB168; }

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

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

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

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

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

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

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

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