#BEB969

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

Shades of Dark Khaki #BEB969

Tints of Dark Khaki #BEB969

Color information

#BEB969 (or 0xBEB969) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 69. RGB value is (190,185,105). Sum of RGB (Red+Green+Blue) = 190+185+105=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB969 is #414696. Grayscale: #B1B1B1. Windows color (decimal): -4277911 or 6928830. OLE color: 6928830.

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

Color convert

RGB190185105-
CMYK00.030.450.25
HSL56.47º39.53%57.84%-
HSV(B)56.47º44.74%74.51%-
XYZ41.1346.6620.2-
YUV177.3887.16137-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=39.58%
G=38.54%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018510500.030.450.2556.4739.5357.84
HexBEB969032D1938283a
Octal276271151035531705072
Binary1011111010111001110100101110110111001111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB969; }

 p { color: rgb(190,185,105); }

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

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

 a { background-color: rgb(190,185,105); }

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

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

 span { border-color: rgb(190,185,105); }

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