#B69571

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

Shades of Fallow #B69571

Tints of Fallow #B69571

Color information

#B69571 (or 0xB69571) is unknown color: approx Fallow. HEX triplet: B6, 95 and 71. RGB value is (182,149,113). Sum of RGB (Red+Green+Blue) = 182+149+113=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B69571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69571 is #496A8E. Grayscale: #9A9A9A. Windows color (decimal): -4811407 or 7443894. OLE color: 7443894.

HSL color Cylindrical-coordinate representation of color #B69571: hue angle of 31.3º 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 #B69571 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182149113-
CMYK00.180.380.29
HSL31.3º32.09%57.84%-
HSV(B)31.3º37.91%71.37%-
XYZ33.0232.6320.18-
YUV154.76104.43147.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=40.99%
G=33.56%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214911300.180.380.2931.332.0957.84
HexB69571012261D1f203a
Octal2662251610224635374072
Binary101101101001010111100010100101001101110111111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69571; }

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

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

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

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

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

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

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

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