#B19693

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

Shades of Thatch #B19693

Tints of Thatch #B19693

Color information

#B19693 (or 0xB19693) is unknown color: approx Thatch. HEX triplet: B1, 96 and 93. RGB value is (177,150,147). Sum of RGB (Red+Green+Blue) = 177+150+147=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19693 is #4E696C. Grayscale: #9D9D9D. Windows color (decimal): -5138797 or 9672369. OLE color: 9672369.

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

Color convert

RGB177150147-
CMYK00.150.170.31
HSL16.13%63.53%-
HSV(B)16.95%69.41%-
XYZ34.333.2732.22-
YUV157.73121.95141.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=37.34%
G=31.65%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715014700.150.170.31616.1363.53
HexB196930F111F61040
Octal2612262230172137620100
Binary101100011001011010010011011111000111111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19693; }

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

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

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

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

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

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

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

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