#B49085

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

Shades of Thatch #B49085

Tints of Thatch #B49085

Color information

#B49085 (or 0xB49085) is unknown color: approx Thatch. HEX triplet: B4, 90 and 85. RGB value is (180,144,133). Sum of RGB (Red+Green+Blue) = 180+144+133=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49085 is #4B6F7A. Grayscale: #999999. Windows color (decimal): -4943739 or 8753332. OLE color: 8753332.

HSL color Cylindrical-coordinate representation of color #B49085: hue angle of 14.04º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49085 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180144133-
CMYK00.20.260.29
HSL14.04º23.86%61.37%-
HSV(B)14.04º26.11%70.59%-
XYZ33.0331.3426.5-
YUV153.51116.43146.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=39.39%
G=31.51%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014413300.20.260.2914.0423.8661.37
HexB490850141A1De183d
Octal2642202050243235163075
Binary1011010010010000100001010101001101011101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49085; }

 p { color: rgb(180,144,133); }

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

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

 a { background-color: rgb(180,144,133); }

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

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

 span { border-color: rgb(180,144,133); }

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