#B19795

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

Shades of Thatch #B19795

Tints of Thatch #B19795

Color information

#B19795 (or 0xB19795) is unknown color: approx Thatch. HEX triplet: B1, 97 and 95. RGB value is (177,151,149). Sum of RGB (Red+Green+Blue) = 177+151+149=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B19795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19795 is #4E686A. Grayscale: #9E9E9E. Windows color (decimal): -5138539 or 9803697. OLE color: 9803697.

HSL color Cylindrical-coordinate representation of color #B19795: hue angle of 4.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B19795 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177151149-
CMYK00.150.160.31
HSL4.29º15.22%63.92%-
HSV(B)4.29º15.82%69.41%-
XYZ34.6233.6533.1-
YUV158.55122.61141.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=37.11%
G=31.66%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715114900.150.160.314.2915.2263.92
HexB197950F101F4f40
Octal2612272250172037417100
Binary10110001100101111001010101111100001111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19795; }

 p { color: rgb(177,151,149); }

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

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

 a { background-color: rgb(177,151,149); }

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

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

 span { border-color: rgb(177,151,149); }

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