#B7976C

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

Shades of Fallow #B7976C

Tints of Fallow #B7976C

Color information

#B7976C (or 0xB7976C) is unknown color: approx Fallow. HEX triplet: B7, 97 and 6C. RGB value is (183,151,108). Sum of RGB (Red+Green+Blue) = 183+151+108=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7976C is #486893. Grayscale: #9B9B9B. Windows color (decimal): -4745364 or 7116727. OLE color: 7116727.

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

Color convert

RGB183151108-
CMYK00.170.410.28
HSL34.4º34.25%57.06%-
HSV(B)34.4º40.98%71.76%-
XYZ33.333.2818.86-
YUV155.67101.1147.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=41.40%
G=34.16%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315110800.170.410.2834.434.2557.06
HexB7976C011291C222239
Octal2672271540215134424271
Binary1011011110010111110110001000110100111100100010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7976C; }

 p { color: rgb(183,151,108); }

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

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

 a { background-color: rgb(183,151,108); }

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

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

 span { border-color: rgb(183,151,108); }

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