#BEB775

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

Shades of Dark Khaki #BEB775

Tints of Dark Khaki #BEB775

Color information

#BEB775 (or 0xBEB775) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 75. RGB value is (190,183,117). Sum of RGB (Red+Green+Blue) = 190+183+117=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB775 is #41488A. Grayscale: #B1B1B1. Windows color (decimal): -4278411 or 7714750. OLE color: 7714750.

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

Color convert

RGB190183117-
CMYK00.040.380.25
HSL54.25º35.96%60.2%-
HSV(B)54.25º38.42%74.51%-
XYZ41.3846.123.55-
YUV177.5793.82136.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=38.78%
G=37.35%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018311700.040.380.2554.2535.9660.2
HexBEB77504261936243c
Octal276267165044631664474
Binary10111110101101111110101010010011011001110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB775; }

 p { color: rgb(190,183,117); }

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

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

 a { background-color: rgb(190,183,117); }

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

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

 span { border-color: rgb(190,183,117); }

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