#B49D75

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

Shades of Fallow #B49D75

Tints of Fallow #B49D75

Color information

#B49D75 (or 0xB49D75) is unknown color: approx Fallow. HEX triplet: B4, 9D and 75. RGB value is (180,157,117). Sum of RGB (Red+Green+Blue) = 180+157+117=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D75 is #4B628A. Grayscale: #9F9F9F. Windows color (decimal): -4940427 or 7708084. OLE color: 7708084.

HSL color Cylindrical-coordinate representation of color #B49D75: hue angle of 38.1º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49D75 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180157117-
CMYK00.130.350.29
HSL38.1º29.58%58.24%-
HSV(B)38.1º35%70.59%-
XYZ34.0935.121.81-
YUV159.32104.12142.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=39.65%
G=34.58%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015711700.130.350.2938.129.5858.24
HexB49D750D231D261e3a
Octal2642351650154335463672
Binary10110100100111011110101011011000111110110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D75; }

 p { color: rgb(180,157,117); }

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

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

 a { background-color: rgb(180,157,117); }

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

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

 span { border-color: rgb(180,157,117); }

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