#BB946F

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

Shades of Fallow #BB946F

Tints of Fallow #BB946F

Color information

#BB946F (or 0xBB946F) is unknown color: approx Fallow. HEX triplet: BB, 94 and 6F. RGB value is (187,148,111). Sum of RGB (Red+Green+Blue) = 187+148+111=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB946F is #446B90. Grayscale: #9B9B9B. Windows color (decimal): -4483985 or 7312571. OLE color: 7312571.

HSL color Cylindrical-coordinate representation of color #BB946F: hue angle of 29.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB946F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187148111-
CMYK00.210.410.27
HSL29.21º35.85%58.43%-
HSV(B)29.21º40.64%73.33%-
XYZ33.9532.8919.6-
YUV155.44102.92150.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=41.93%
G=33.18%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714811100.210.410.2729.2135.8558.43
HexBB946F015291B1d243a
Octal2732241570255133354472
Binary101110111001010011011110101011010011101111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB946F; }

 p { color: rgb(187,148,111); }

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

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

 a { background-color: rgb(187,148,111); }

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

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

 span { border-color: rgb(187,148,111); }

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