#B19492

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

Shades of Thatch #B19492

Tints of Thatch #B19492

Color information

#B19492 (or 0xB19492) is unknown color: approx Thatch. HEX triplet: B1, 94 and 92. RGB value is (177,148,146). Sum of RGB (Red+Green+Blue) = 177+148+146=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19492 is #4E6B6D. Grayscale: #9C9C9C. Windows color (decimal): -5139310 or 9606321. OLE color: 9606321.

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

Color convert

RGB177148146-
CMYK00.160.180.31
HSL3.87º16.58%63.33%-
HSV(B)3.87º17.51%69.41%-
XYZ33.9132.631.7-
YUV156.44122.11142.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=37.58%
G=31.42%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714814600.160.180.313.8716.5863.33
HexB19492010121F4113f
Octal261224222020223742177
Binary101100011001010010010010010000100101111110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19492; }

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

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

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

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

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

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

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

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