#B0928C

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

Shades of Thatch #B0928C

Tints of Thatch #B0928C

Color information

#B0928C (or 0xB0928C) is unknown color: approx Thatch. HEX triplet: B0, 92 and 8C. RGB value is (176,146,140). Sum of RGB (Red+Green+Blue) = 176+146+140=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928C is #4F6D73. Grayscale: #9A9A9A. Windows color (decimal): -5205364 or 9212592. OLE color: 9212592.

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

Color convert

RGB176146140-
CMYK00.170.200.31
HSL10º18.56%61.96%-
HSV(B)10º20.45%69.02%-
XYZ32.9231.6829.19-
YUV154.29119.94143.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=38.10%
G=31.60%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614614000.170.200.311018.5661.96
HexB0928C011141Fa133e
Octal2602222140212437122376
Binary1011000010010010100011000100011010011111101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0928C; }

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

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

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

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

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

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

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

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