#B19794

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

Shades of Thatch #B19794

Tints of Thatch #B19794

Color information

#B19794 (or 0xB19794) is unknown color: approx Thatch. HEX triplet: B1, 97 and 94. RGB value is (177,151,148). Sum of RGB (Red+Green+Blue) = 177+151+148=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19794 is #4E686B. Grayscale: #9E9E9E. Windows color (decimal): -5138540 or 9738161. OLE color: 9738161.

HSL color Cylindrical-coordinate representation of color #B19794: hue angle of 6.21º degrees, saturation: 0.16, 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 #B19794 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177151148-
CMYK00.150.160.31
HSL6.21º15.68%63.73%-
HSV(B)6.21º16.38%69.41%-
XYZ34.5433.6232.69-
YUV158.43122.11141.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=37.18%
G=31.72%
B=31.09%

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
Decimal17715114800.150.160.316.2115.6863.73
HexB197940F101F61040
Octal2612272240172037620100
Binary101100011001011110010100011111000011111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19794; }

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

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

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

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

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

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

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

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