#B58F84

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

Shades of Thatch #B58F84

Tints of Thatch #B58F84

Color information

#B58F84 (or 0xB58F84) is unknown color: approx Thatch. HEX triplet: B5, 8F and 84. RGB value is (181,143,132). Sum of RGB (Red+Green+Blue) = 181+143+132=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F84 is #4A707B. Grayscale: #999999. Windows color (decimal): -4878460 or 8687541. OLE color: 8687541.

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

Color convert

RGB181143132-
CMYK00.210.270.29
HSL13.47º24.87%61.37%-
HSV(B)13.47º27.07%70.98%-
XYZ33.0431.1326.1-
YUV153.11116.09147.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=39.69%
G=31.36%
B=28.95%

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
Decimal18114313200.210.270.2913.4724.8761.37
HexB58F840151B1Dd193d
Octal2652172040253335153175
Binary1011010110001111100001000101011101111101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F84; }

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

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

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

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

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

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

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

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