#B5948E

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

Shades of Thatch #B5948E

Tints of Thatch #B5948E

Color information

#B5948E (or 0xB5948E) is unknown color: approx Thatch. HEX triplet: B5, 94 and 8E. RGB value is (181,148,142). Sum of RGB (Red+Green+Blue) = 181+148+142=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5948E is #4A6B71. Grayscale: #9D9D9D. Windows color (decimal): -4877170 or 9344181. OLE color: 9344181.

HSL color Cylindrical-coordinate representation of color #B5948E: hue angle of 9.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5948E is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181148142-
CMYK00.180.220.29
HSL9.23º20.86%63.33%-
HSV(B)9.23º21.55%70.98%-
XYZ34.5332.9630.13-
YUV157.18119.43144.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=38.43%
G=31.42%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114814200.180.220.299.2320.8663.33
HexB5948E012161D9153f
Octal2652242160222635112577
Binary1011010110010100100011100100101011011101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5948E; }

 p { color: rgb(181,148,142); }

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

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

 a { background-color: rgb(181,148,142); }

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

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

 span { border-color: rgb(181,148,142); }

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