#BEB269

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

Shades of Dark Khaki #BEB269

Tints of Dark Khaki #BEB269

Color information

#BEB269 (or 0xBEB269) is unknown color: approx Dark Khaki. HEX triplet: BE, B2 and 69. RGB value is (190,178,105). Sum of RGB (Red+Green+Blue) = 190+178+105=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB269 is #414D96. Grayscale: #ADADAD. Windows color (decimal): -4279703 or 6927038. OLE color: 6927038.

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

Color convert

RGB190178105-
CMYK00.060.450.25
HSL51.53º39.53%57.84%-
HSV(B)51.53º44.74%74.51%-
XYZ39.7143.8119.73-
YUV173.2789.48139.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 105 (41.41% from 255) = 22.20%
R=40.17%
G=37.63%
B=22.20%

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
Decimal19017810500.060.450.2551.5339.5357.84
HexBEB269062D1934283a
Octal276262151065531645072
Binary10111110101100101101001011010110111001110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB269; }

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

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

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

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

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

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

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

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