#B3948F

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

Shades of Thatch #B3948F

Tints of Thatch #B3948F

Color information

#B3948F (or 0xB3948F) is unknown color: approx Thatch. HEX triplet: B3, 94 and 8F. RGB value is (179,148,143). Sum of RGB (Red+Green+Blue) = 179+148+143=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3948F is #4C6B70. Grayscale: #9C9C9C. Windows color (decimal): -5008241 or 9409715. OLE color: 9409715.

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

Color convert

RGB179148143-
CMYK00.170.200.30
HSL8.33º19.15%63.14%-
HSV(B)8.33º20.11%70.2%-
XYZ34.1432.7530.51-
YUV156.7120.27143.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 143 (56.25% from 255) = 30.43%
R=38.09%
G=31.49%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914814300.170.200.308.3319.1563.14
HexB3948F011141E8133f
Octal2632242170212436102377
Binary1011001110010100100011110100011010011110100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3948F; }

 p { color: rgb(179,148,143); }

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

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

 a { background-color: rgb(179,148,143); }

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

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

 span { border-color: rgb(179,148,143); }

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