#BE9A68

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

Shades of Fallow #BE9A68

Tints of Fallow #BE9A68

Color information

#BE9A68 (or 0xBE9A68) is unknown color: approx Fallow. HEX triplet: BE, 9A and 68. RGB value is (190,154,104). Sum of RGB (Red+Green+Blue) = 190+154+104=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A68 is #416597. Grayscale: #9F9F9F. Windows color (decimal): -4285848 or 6855358. OLE color: 6855358.

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

Color convert

RGB190154104-
CMYK00.190.450.25
HSL34.88º39.81%57.65%-
HSV(B)34.88º45.26%74.51%-
XYZ35.2935.0618-
YUV159.0696.93150.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=42.41%
G=34.38%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015410400.190.450.2534.8839.8157.65
HexBE9A680132D1923283a
Octal2762321500235531435072
Binary1011111010011010110100001001110110111001100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A68; }

 p { color: rgb(190,154,104); }

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

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

 a { background-color: rgb(190,154,104); }

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

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

 span { border-color: rgb(190,154,104); }

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