#B1928C

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

Shades of Thatch #B1928C

Tints of Thatch #B1928C

Color information

#B1928C (or 0xB1928C) is unknown color: approx Thatch. HEX triplet: B1, 92 and 8C. RGB value is (177,146,140). Sum of RGB (Red+Green+Blue) = 177+146+140=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1928C is #4E6D73. Grayscale: #9A9A9A. Windows color (decimal): -5139828 or 9212593. OLE color: 9212593.

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

Color convert

RGB177146140-
CMYK00.180.210.31
HSL9.73º19.17%62.16%-
HSV(B)9.73º20.9%69.41%-
XYZ33.1431.829.2-
YUV154.58119.77143.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=38.23%
G=31.53%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714614000.180.210.319.7319.1762.16
HexB1928C012151Fa133e
Octal2612222140222537122376
Binary1011000110010010100011000100101010111111101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1928C; }

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

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

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

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

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

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

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

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