#BE926A

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

Shades of Fallow #BE926A

Tints of Fallow #BE926A

Color information

#BE926A (or 0xBE926A) is unknown color: approx Fallow. HEX triplet: BE, 92 and 6A. RGB value is (190,146,106). Sum of RGB (Red+Green+Blue) = 190+146+106=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE926A is #416D95. Grayscale: #9A9A9A. Windows color (decimal): -4287894 or 6984382. OLE color: 6984382.

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

Color convert

RGB190146106-
CMYK00.230.440.25
HSL28.57º39.25%58.04%-
HSV(B)28.57º44.21%74.51%-
XYZ34.1232.5518.12-
YUV154.6100.58153.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=42.99%
G=33.03%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014610600.230.440.2528.5739.2558.04
HexBE926A0172C191d273a
Octal2762221520275431354772
Binary101111101001001011010100101111011001100111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE926A; }

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

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

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

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

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

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

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

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