#B2948C

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

Shades of Thatch #B2948C

Tints of Thatch #B2948C

Color information

#B2948C (or 0xB2948C) is unknown color: approx Thatch. HEX triplet: B2, 94 and 8C. RGB value is (178,148,140). Sum of RGB (Red+Green+Blue) = 178+148+140=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2948C is #4D6B73. Grayscale: #9C9C9C. Windows color (decimal): -5073780 or 9213106. OLE color: 9213106.

HSL color Cylindrical-coordinate representation of color #B2948C: hue angle of 12.63º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2948C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178148140-
CMYK00.170.210.30
HSL12.63º19.79%62.35%-
HSV(B)12.63º21.35%69.8%-
XYZ33.6832.5429.32-
YUV156.06118.94143.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=38.20%
G=31.76%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814814000.170.210.3012.6319.7962.35
HexB2948C011151Ed143e
Octal2622242140212536152476
Binary1011001010010100100011000100011010111110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2948C; }

 p { color: rgb(178,148,140); }

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

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

 a { background-color: rgb(178,148,140); }

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

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

 span { border-color: rgb(178,148,140); }

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