#B69871

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

Shades of Fallow #B69871

Tints of Fallow #B69871

Color information

#B69871 (or 0xB69871) is unknown color: approx Fallow. HEX triplet: B6, 98 and 71. RGB value is (182,152,113). Sum of RGB (Red+Green+Blue) = 182+152+113=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B69871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69871 is #49678E. Grayscale: #9C9C9C. Windows color (decimal): -4810639 or 7444662. OLE color: 7444662.

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

Color convert

RGB182152113-
CMYK00.160.380.29
HSL33.91º32.09%57.84%-
HSV(B)33.91º37.91%71.37%-
XYZ33.533.5920.34-
YUV156.52103.44146.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=40.72%
G=34.00%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215211300.160.380.2933.9132.0957.84
HexB69871010261D22203a
Octal2662301610204635424072
Binary1011011010011000111000101000010011011101100010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69871; }

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

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

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

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

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

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

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

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