#B48F84

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

Shades of Thatch #B48F84

Tints of Thatch #B48F84

Color information

#B48F84 (or 0xB48F84) is unknown color: approx Thatch. HEX triplet: B4, 8F and 84. RGB value is (180,143,132). Sum of RGB (Red+Green+Blue) = 180+143+132=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F84 is #4B707B. Grayscale: #989898. Windows color (decimal): -4943996 or 8687540. OLE color: 8687540.

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

Color convert

RGB180143132-
CMYK00.210.270.29
HSL13.75º24.24%61.18%-
HSV(B)13.75º26.67%70.59%-
XYZ32.8131.0126.09-
YUV152.81116.26147.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=39.56%
G=31.43%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014313200.210.270.2913.7524.2461.18
HexB48F840151B1De183d
Octal2642172040253335163075
Binary1011010010001111100001000101011101111101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F84; }

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

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

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

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

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

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

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

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