#B6A075

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

Shades of Fallow #B6A075

Tints of Fallow #B6A075

Color information

#B6A075 (or 0xB6A075) is unknown color: approx Fallow. HEX triplet: B6, A0 and 75. RGB value is (182,160,117). Sum of RGB (Red+Green+Blue) = 182+160+117=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A075 is #495F8A. Grayscale: #A1A1A1. Windows color (decimal): -4808587 or 7708854. OLE color: 7708854.

HSL color Cylindrical-coordinate representation of color #B6A075: hue angle of 39.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6A075 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB182160117-
CMYK00.120.360.29
HSL39.69º30.81%58.63%-
HSV(B)39.69º35.71%71.37%-
XYZ35.0736.3722-
YUV161.68102.79142.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=39.65%
G=34.86%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216011700.120.360.2939.6930.8158.63
HexB6A0750C241D281f3b
Octal2662401650144435503773
Binary10110110101000001110101011001001001110110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A075; }

 p { color: rgb(182,160,117); }

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

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

 a { background-color: rgb(182,160,117); }

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

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

 span { border-color: rgb(182,160,117); }

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