#BB9271

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

Shades of Fallow #BB9271

Tints of Fallow #BB9271

Color information

#BB9271 (or 0xBB9271) is unknown color: approx Fallow. HEX triplet: BB, 92 and 71. RGB value is (187,146,113). Sum of RGB (Red+Green+Blue) = 187+146+113=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9271 is #446D8E. Grayscale: #9A9A9A. Windows color (decimal): -4484495 or 7443131. OLE color: 7443131.

HSL color Cylindrical-coordinate representation of color #BB9271: hue angle of 26.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9271 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187146113-
CMYK00.220.400.27
HSL26.76º35.24%58.82%-
HSV(B)26.76º39.57%73.33%-
XYZ33.7532.3120.08-
YUV154.5104.58151.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=41.93%
G=32.74%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714611300.220.400.2726.7635.2458.82
HexBB9271016281B1b233b
Octal2732221610265033334373
Binary101110111001001011100010101101010001101111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9271; }

 p { color: rgb(187,146,113); }

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

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

 a { background-color: rgb(187,146,113); }

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

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

 span { border-color: rgb(187,146,113); }

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