#B4966C

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

Shades of Fallow #B4966C

Tints of Fallow #B4966C

Color information

#B4966C (or 0xB4966C) is unknown color: approx Fallow. HEX triplet: B4, 96 and 6C. RGB value is (180,150,108). Sum of RGB (Red+Green+Blue) = 180+150+108=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4966C is #4B6993. Grayscale: #9A9A9A. Windows color (decimal): -4942228 or 7116468. OLE color: 7116468.

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

Color convert

RGB180150108-
CMYK00.170.400.29
HSL35º32.43%56.47%-
HSV(B)35º40%70.59%-
XYZ32.4432.618.77-
YUV154.18101.94146.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=41.10%
G=34.25%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015010800.170.400.293532.4356.47
HexB4966C011281D232038
Octal2642261540215035434070
Binary1011010010010110110110001000110100011101100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4966C; }

 p { color: rgb(180,150,108); }

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

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

 a { background-color: rgb(180,150,108); }

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

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

 span { border-color: rgb(180,150,108); }

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