#BEA067

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

Shades of Fallow #BEA067

Tints of Fallow #BEA067

Color information

#BEA067 (or 0xBEA067) is unknown color: approx Fallow. HEX triplet: BE, A0 and 67. RGB value is (190,160,103). Sum of RGB (Red+Green+Blue) = 190+160+103=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA067 is #415F98. Grayscale: #A2A2A2. Windows color (decimal): -4284313 or 6791358. OLE color: 6791358.

HSL color Cylindrical-coordinate representation of color #BEA067: hue angle of 39.31º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEA067 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190160103-
CMYK00.160.460.25
HSL39.31º40.09%57.45%-
HSV(B)39.31º45.79%74.51%-
XYZ36.2537.0718.08-
YUV162.4794.44147.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=41.94%
G=35.32%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016010300.160.460.2539.3140.0957.45
HexBEA0670102E19272839
Octal2762401470205631475071
Binary1011111010100000110011101000010111011001100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA067; }

 p { color: rgb(190,160,103); }

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

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

 a { background-color: rgb(190,160,103); }

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

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

 span { border-color: rgb(190,160,103); }

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