#B0928D

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

Shades of Thatch #B0928D

Tints of Thatch #B0928D

Color information

#B0928D (or 0xB0928D) is unknown color: approx Thatch. HEX triplet: B0, 92 and 8D. RGB value is (176,146,141). Sum of RGB (Red+Green+Blue) = 176+146+141=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0928D is #4F6D72. Grayscale: #9A9A9A. Windows color (decimal): -5205363 or 9278128. OLE color: 9278128.

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

Color convert

RGB176146141-
CMYK00.170.200.31
HSL8.57º18.13%62.16%-
HSV(B)8.57º19.89%69.02%-
XYZ32.9931.7129.58-
YUV154.4120.44143.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=38.01%
G=31.53%
B=30.45%

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
Decimal17614614100.170.200.318.5718.1362.16
HexB0928D011141F9123e
Octal2602222150212437112276
Binary1011000010010010100011010100011010011111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0928D; }

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

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

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

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

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

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

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

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