#BEB878

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

Shades of Dark Khaki #BEB878

Tints of Dark Khaki #BEB878

Color information

#BEB878 (or 0xBEB878) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 78. RGB value is (190,184,120). Sum of RGB (Red+Green+Blue) = 190+184+120=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB878 is #414787. Grayscale: #B2B2B2. Windows color (decimal): -4278152 or 7911614. OLE color: 7911614.

HSL color Cylindrical-coordinate representation of color #BEB878: hue angle of 54.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEB878 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190184120-
CMYK00.030.370.25
HSL54.86º35%60.78%-
HSV(B)54.86º36.84%74.51%-
XYZ41.7746.5824.56-
YUV178.594.99136.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=38.46%
G=37.25%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018412000.030.370.2554.863560.78
HexBEB87803251937233d
Octal276270170034531674375
Binary1011111010111000111100001110010111001110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB878; }

 p { color: rgb(190,184,120); }

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

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

 a { background-color: rgb(190,184,120); }

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

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

 span { border-color: rgb(190,184,120); }

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