#BE8A6A

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

Shades of Fallow #BE8A6A

Tints of Fallow #BE8A6A

Color information

#BE8A6A (or 0xBE8A6A) is unknown color: approx Fallow. HEX triplet: BE, 8A and 6A. RGB value is (190,138,106). Sum of RGB (Red+Green+Blue) = 190+138+106=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A6A is #417595. Grayscale: #969696. Windows color (decimal): -4289942 or 6982334. OLE color: 6982334.

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

Color convert

RGB190138106-
CMYK00.270.440.25
HSL22.86º39.25%58.04%-
HSV(B)22.86º44.21%74.51%-
XYZ32.9330.1617.72-
YUV149.9103.23156.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=43.78%
G=31.80%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013810600.270.440.2522.8639.2558.04
HexBE8A6A01B2C1917273a
Octal2762121520335431274772
Binary101111101000101011010100110111011001100110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A6A; }

 p { color: rgb(190,138,106); }

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

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

 a { background-color: rgb(190,138,106); }

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

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

 span { border-color: rgb(190,138,106); }

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