#B19993

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

Shades of Thatch #B19993

Tints of Thatch #B19993

Color information

#B19993 (or 0xB19993) is unknown color: approx Thatch. HEX triplet: B1, 99 and 93. RGB value is (177,153,147). Sum of RGB (Red+Green+Blue) = 177+153+147=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B19993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19993 is #4E666C. Grayscale: #9F9F9F. Windows color (decimal): -5138029 or 9673137. OLE color: 9673137.

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

Color convert

RGB177153147-
CMYK00.140.170.31
HSL12º16.13%63.53%-
HSV(B)12º16.95%69.41%-
XYZ34.7934.2432.38-
YUV159.49120.95140.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=37.11%
G=32.08%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715314700.140.170.311216.1363.53
HexB199930E111Fc1040
Octal26123122301621371420100
Binary1011000110011001100100110111010001111111100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19993; }

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

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

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

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

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

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

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

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