#BE9068

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

Shades of Fallow #BE9068

Tints of Fallow #BE9068

Color information

#BE9068 (or 0xBE9068) is unknown color: approx Fallow. HEX triplet: BE, 90 and 68. RGB value is (190,144,104). Sum of RGB (Red+Green+Blue) = 190+144+104=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9068 is #416F97. Grayscale: #999999. Windows color (decimal): -4288408 or 6852798. OLE color: 6852798.

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

Color convert

RGB190144104-
CMYK00.240.450.25
HSL27.91º39.81%57.65%-
HSV(B)27.91º45.26%74.51%-
XYZ33.7131.8917.48-
YUV153.19100.24154.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=43.38%
G=32.88%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014410400.240.450.2527.9139.8157.65
HexBE90680182D191c283a
Octal2762201500305531345072
Binary101111101001000011010000110001011011100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9068; }

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

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

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

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

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

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

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

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