#B1948D

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

Shades of Thatch #B1948D

Tints of Thatch #B1948D

Color information

#B1948D (or 0xB1948D) is unknown color: approx Thatch. HEX triplet: B1, 94 and 8D. RGB value is (177,148,141). Sum of RGB (Red+Green+Blue) = 177+148+141=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B1948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1948D is #4E6B72. Grayscale: #9B9B9B. Windows color (decimal): -5139315 or 9278641. OLE color: 9278641.

HSL color Cylindrical-coordinate representation of color #B1948D: hue angle of 11.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1948D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177148141-
CMYK00.160.200.31
HSL11.67º18.75%62.35%-
HSV(B)11.67º20.34%69.41%-
XYZ33.5332.4529.7-
YUV155.87119.61143.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 148 (58.20% from 255) = 31.76%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=37.98%
G=31.76%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714814100.160.200.3111.6718.7562.35
HexB1948D010141Fc133e
Octal2612242150202437142376
Binary1011000110010100100011010100001010011111110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1948D; }

 p { color: rgb(177,148,141); }

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

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

 a { background-color: rgb(177,148,141); }

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

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

 span { border-color: rgb(177,148,141); }

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