#B2996C

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

Shades of Fallow #B2996C

Tints of Fallow #B2996C

Color information

#B2996C (or 0xB2996C) is unknown color: approx Fallow. HEX triplet: B2, 99 and 6C. RGB value is (178,153,108). Sum of RGB (Red+Green+Blue) = 178+153+108=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2996C is #4D6693. Grayscale: #9B9B9B. Windows color (decimal): -5072532 or 7117234. OLE color: 7117234.

HSL color Cylindrical-coordinate representation of color #B2996C: hue angle of 38.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2996C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178153108-
CMYK00.140.390.30
HSL38.57º31.25%56.08%-
HSV(B)38.57º39.33%69.8%-
XYZ32.4633.3318.91-
YUV155.34101.28144.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=40.55%
G=34.85%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815310800.140.390.3038.5731.2556.08
HexB2996C0E271E271f38
Octal2622311540164736473770
Binary10110010100110011101100011101001111111010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2996C; }

 p { color: rgb(178,153,108); }

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

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

 a { background-color: rgb(178,153,108); }

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

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

 span { border-color: rgb(178,153,108); }

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