#B8928B

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

Shades of Thatch #B8928B

Tints of Thatch #B8928B

Color information

#B8928B (or 0xB8928B) is unknown color: approx Thatch. HEX triplet: B8, 92 and 8B. RGB value is (184,146,139). Sum of RGB (Red+Green+Blue) = 184+146+139=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8928B is #476D74. Grayscale: #9C9C9C. Windows color (decimal): -4681077 or 9147064. OLE color: 9147064.

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

Color convert

RGB184146139-
CMYK00.210.240.28
HSL9.33º24.06%63.33%-
HSV(B)9.33º24.46%72.16%-
XYZ34.7132.6128.89-
YUV156.56118.09147.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=39.23%
G=31.13%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414613900.210.240.289.3324.0663.33
HexB8928B015181C9183f
Octal2702222130253034113077
Binary1011100010010010100010110101011100011100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8928B; }

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

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

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

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

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

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

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

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