#B48F8C

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

Shades of Thatch #B48F8C

Tints of Thatch #B48F8C

Color information

#B48F8C (or 0xB48F8C) is unknown color: approx Thatch. HEX triplet: B4, 8F and 8C. RGB value is (180,143,140). Sum of RGB (Red+Green+Blue) = 180+143+140=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F8C is #4B7073. Grayscale: #999999. Windows color (decimal): -4943988 or 9211828. OLE color: 9211828.

HSL color Cylindrical-coordinate representation of color #B48F8C: hue angle of 4.5º 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 #B48F8C is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180143140-
CMYK00.210.220.29
HSL4.5º21.05%62.75%-
HSV(B)4.5º22.22%70.59%-
XYZ33.3831.2429.08-
YUV153.72120.26146.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=38.88%
G=30.89%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014314000.210.220.294.521.0562.75
HexB48F8C015161D5153f
Octal264217214025263552577
Binary101101001000111110001100010101101101110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F8C; }

 p { color: rgb(180,143,140); }

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

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

 a { background-color: rgb(180,143,140); }

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

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

 span { border-color: rgb(180,143,140); }

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