#B6926C

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

Shades of Fallow #B6926C

Tints of Fallow #B6926C

Color information

#B6926C (or 0xB6926C) is unknown color: approx Fallow. HEX triplet: B6, 92 and 6C. RGB value is (182,146,108). Sum of RGB (Red+Green+Blue) = 182+146+108=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6926C is #496D93. Grayscale: #989898. Windows color (decimal): -4812180 or 7115446. OLE color: 7115446.

HSL color Cylindrical-coordinate representation of color #B6926C: hue angle of 30.81º 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 #B6926C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182146108-
CMYK00.200.410.29
HSL30.81º33.64%56.86%-
HSV(B)30.81º40.66%71.37%-
XYZ32.2831.5918.58-
YUV152.43102.93149.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=41.74%
G=33.49%
B=24.77%

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
Decimal18214610800.200.410.2930.8133.6456.86
HexB6926C014291D1f2239
Octal2662221540245135374271
Binary101101101001001011011000101001010011110111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6926C; }

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

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

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

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

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

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

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

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