#BE906C

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

Shades of Fallow #BE906C

Tints of Fallow #BE906C

Color information

#BE906C (or 0xBE906C) is unknown color: approx Fallow. HEX triplet: BE, 90 and 6C. RGB value is (190,144,108). Sum of RGB (Red+Green+Blue) = 190+144+108=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE906C is #416F93. Grayscale: #999999. Windows color (decimal): -4288404 or 7114942. OLE color: 7114942.

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

Color convert

RGB190144108-
CMYK00.240.430.25
HSL26.34º38.68%58.43%-
HSV(B)26.34º43.16%74.51%-
XYZ33.9231.9818.57-
YUV153.65102.24153.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=42.99%
G=32.58%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014410800.240.430.2526.3438.6858.43
HexBE906C0182B191a273a
Octal2762201540305331324772
Binary101111101001000011011000110001010111100111010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE906C; }

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

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

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

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

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

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

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

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