#BB916A

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

Shades of Fallow #BB916A

Tints of Fallow #BB916A

Color information

#BB916A (or 0xBB916A) is unknown color: approx Fallow. HEX triplet: BB, 91 and 6A. RGB value is (187,145,106). Sum of RGB (Red+Green+Blue) = 187+145+106=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB916A is #446E95. Grayscale: #999999. Windows color (decimal): -4484758 or 6984123. OLE color: 6984123.

HSL color Cylindrical-coordinate representation of color #BB916A: hue angle of 28.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB916A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187145106-
CMYK00.220.430.27
HSL28.89º37.33%57.45%-
HSV(B)28.89º43.32%73.33%-
XYZ33.2231.8618.03-
YUV153.11101.41152.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=42.69%
G=33.11%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714510600.220.430.2728.8937.3357.45
HexBB916A0162B1B1d2539
Octal2732211520265333354571
Binary101110111001000111010100101101010111101111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB916A; }

 p { color: rgb(187,145,106); }

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

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

 a { background-color: rgb(187,145,106); }

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

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

 span { border-color: rgb(187,145,106); }

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