#B8928E

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

Shades of Thatch #B8928E

Tints of Thatch #B8928E

Color information

#B8928E (or 0xB8928E) is unknown color: approx Thatch. HEX triplet: B8, 92 and 8E. RGB value is (184,146,142). Sum of RGB (Red+Green+Blue) = 184+146+142=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B8928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8928E is #476D71. Grayscale: #9C9C9C. Windows color (decimal): -4681074 or 9343672. OLE color: 9343672.

HSL color Cylindrical-coordinate representation of color #B8928E: hue angle of 5.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8928E is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184146142-
CMYK00.210.230.28
HSL5.71º22.83%63.92%-
HSV(B)5.71º22.83%72.16%-
XYZ34.9332.730.06-
YUV156.91119.59147.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=38.98%
G=30.93%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414614200.210.230.285.7122.8363.92
HexB8928E015171C61740
Octal2702222160252734627100
Binary1011100010010010100011100101011011111100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8928E; }

 p { color: rgb(184,146,142); }

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

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

 a { background-color: rgb(184,146,142); }

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

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

 span { border-color: rgb(184,146,142); }

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