#B69471

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

Shades of Fallow #B69471

Tints of Fallow #B69471

Color information

#B69471 (or 0xB69471) is unknown color: approx Fallow. HEX triplet: B6, 94 and 71. RGB value is (182,148,113). Sum of RGB (Red+Green+Blue) = 182+148+113=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B69471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69471 is #496B8E. Grayscale: #9A9A9A. Windows color (decimal): -4811663 or 7443638. OLE color: 7443638.

HSL color Cylindrical-coordinate representation of color #B69471: hue angle of 30.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69471 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182148113-
CMYK00.190.380.29
HSL30.43º32.09%57.84%-
HSV(B)30.43º37.91%71.37%-
XYZ32.8632.3220.13-
YUV154.18104.76147.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=41.08%
G=33.41%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214811300.190.380.2930.4332.0957.84
HexB69471013261D1e203a
Octal2662241610234635364072
Binary101101101001010011100010100111001101110111110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69471; }

 p { color: rgb(182,148,113); }

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

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

 a { background-color: rgb(182,148,113); }

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

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

 span { border-color: rgb(182,148,113); }

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