#B19893

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

Shades of Thatch #B19893

Tints of Thatch #B19893

Color information

#B19893 (or 0xB19893) is unknown color: approx Thatch. HEX triplet: B1, 98 and 93. RGB value is (177,152,147). Sum of RGB (Red+Green+Blue) = 177+152+147=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19893 is #4E676C. Grayscale: #9E9E9E. Windows color (decimal): -5138285 or 9672881. OLE color: 9672881.

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

Color convert

RGB177152147-
CMYK00.140.170.31
HSL10º16.13%63.53%-
HSV(B)10º16.95%69.41%-
XYZ34.6333.9132.32-
YUV158.9121.28140.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 152 (59.77% from 255) = 31.93%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=37.18%
G=31.93%
B=30.88%

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
Decimal17715214700.140.170.311016.1363.53
HexB198930E111Fa1040
Octal26123022301621371220100
Binary1011000110011000100100110111010001111111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19893; }

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

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

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

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

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

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

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

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