#B8948B

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

Shades of Thatch #B8948B

Tints of Thatch #B8948B

Color information

#B8948B (or 0xB8948B) is unknown color: approx Thatch. HEX triplet: B8, 94 and 8B. RGB value is (184,148,139). Sum of RGB (Red+Green+Blue) = 184+148+139=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8948B is #476B74. Grayscale: #9D9D9D. Windows color (decimal): -4680565 or 9147576. OLE color: 9147576.

HSL color Cylindrical-coordinate representation of color #B8948B: hue angle of 12º 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 #B8948B is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184148139-
CMYK00.200.240.28
HSL12º24.06%63.33%-
HSV(B)12º24.46%72.16%-
XYZ35.0233.2329-
YUV157.74117.43146.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=39.07%
G=31.42%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414813900.200.240.281224.0663.33
HexB8948B014181Cc183f
Octal2702242130243034143077
Binary1011100010010100100010110101001100011100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8948B; }

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

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

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

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

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

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

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

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