#B69772

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

Shades of Fallow #B69772

Tints of Fallow #B69772

Color information

#B69772 (or 0xB69772) is unknown color: approx Fallow. HEX triplet: B6, 97 and 72. RGB value is (182,151,114). Sum of RGB (Red+Green+Blue) = 182+151+114=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B69772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69772 is #49688D. Grayscale: #9C9C9C. Windows color (decimal): -4810894 or 7509942. OLE color: 7509942.

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

Color convert

RGB182151114-
CMYK00.170.370.29
HSL32.65º31.78%58.04%-
HSV(B)32.65º37.36%71.37%-
XYZ33.433.2920.59-
YUV156.05104.27146.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=40.72%
G=33.78%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215111400.170.370.2932.6531.7858.04
HexB69772011251D21203a
Octal2662271620214535414072
Binary1011011010010111111001001000110010111101100001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69772; }

 p { color: rgb(182,151,114); }

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

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

 a { background-color: rgb(182,151,114); }

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

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

 span { border-color: rgb(182,151,114); }

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