#B6916C

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

Shades of Fallow #B6916C

Tints of Fallow #B6916C

Color information

#B6916C (or 0xB6916C) is unknown color: approx Fallow. HEX triplet: B6, 91 and 6C. RGB value is (182,145,108). Sum of RGB (Red+Green+Blue) = 182+145+108=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6916C is #496E93. Grayscale: #989898. Windows color (decimal): -4812436 or 7115190. OLE color: 7115190.

HSL color Cylindrical-coordinate representation of color #B6916C: hue angle of 30º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6916C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182145108-
CMYK00.200.410.29
HSL30º33.64%56.86%-
HSV(B)30º40.66%71.37%-
XYZ32.1231.2818.53-
YUV151.84103.26149.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=41.84%
G=33.33%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214510800.200.410.293033.6456.86
HexB6916C014291D1e2239
Octal2662211540245135364271
Binary101101101001000111011000101001010011110111110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6916C; }

 p { color: rgb(182,145,108); }

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

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

 a { background-color: rgb(182,145,108); }

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

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

 span { border-color: rgb(182,145,108); }

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