#BEB374

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

Shades of Dark Khaki #BEB374

Tints of Dark Khaki #BEB374

Color information

#BEB374 (or 0xBEB374) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 74. RGB value is (190,179,116). Sum of RGB (Red+Green+Blue) = 190+179+116=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB374 is #414C8B. Grayscale: #AFAFAF. Windows color (decimal): -4279436 or 7648190. OLE color: 7648190.

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

Color convert

RGB190179116-
CMYK00.060.390.25
HSL51.08º36.27%60%-
HSV(B)51.08º38.95%74.51%-
XYZ40.5144.4522.97-
YUV175.1194.64138.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=39.18%
G=36.91%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017911600.060.390.2551.0836.2760
HexBEB37406271933243c
Octal276263164064731634474
Binary10111110101100111110100011010011111001110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB374; }

 p { color: rgb(190,179,116); }

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

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

 a { background-color: rgb(190,179,116); }

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

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

 span { border-color: rgb(190,179,116); }

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