#B19694

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

Shades of Thatch #B19694

Tints of Thatch #B19694

Color information

#B19694 (or 0xB19694) is unknown color: approx Thatch. HEX triplet: B1, 96 and 94. RGB value is (177,150,148). Sum of RGB (Red+Green+Blue) = 177+150+148=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19694 is #4E696B. Grayscale: #9D9D9D. Windows color (decimal): -5138796 or 9737905. OLE color: 9737905.

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

Color convert

RGB177150148-
CMYK00.150.160.31
HSL4.14º15.68%63.73%-
HSV(B)4.14º16.38%69.41%-
XYZ34.3833.332.63-
YUV157.84122.45141.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.26%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=37.26%
G=31.58%
B=31.16%

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
Decimal17715014800.150.160.314.1415.6863.73
HexB196940F101F41040
Octal2612262240172037420100
Binary101100011001011010010100011111000011111100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19694; }

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

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

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

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

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

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

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

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