#B48F8A

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

Shades of Thatch #B48F8A

Tints of Thatch #B48F8A

Color information

#B48F8A (or 0xB48F8A) is unknown color: approx Thatch. HEX triplet: B4, 8F and 8A. RGB value is (180,143,138). Sum of RGB (Red+Green+Blue) = 180+143+138=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F8A is #4B7075. Grayscale: #999999. Windows color (decimal): -4943990 or 9080756. OLE color: 9080756.

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

Color convert

RGB180143138-
CMYK00.210.230.29
HSL7.14º21.88%62.35%-
HSV(B)7.14º23.33%70.59%-
XYZ33.2331.1828.31-
YUV153.49119.26146.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=39.05%
G=31.02%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014313800.210.230.297.1421.8862.35
HexB48F8A015171D7163e
Octal264217212025273572676
Binary101101001000111110001010010101101111110111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F8A; }

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

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

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

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

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

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

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

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