#B58F8B

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

Shades of Thatch #B58F8B

Tints of Thatch #B58F8B

Color information

#B58F8B (or 0xB58F8B) is unknown color: approx Thatch. HEX triplet: B5, 8F and 8B. RGB value is (181,143,139). Sum of RGB (Red+Green+Blue) = 181+143+139=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F8B is #4A7074. Grayscale: #999999. Windows color (decimal): -4878453 or 9146293. OLE color: 9146293.

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

Color convert

RGB181143139-
CMYK00.210.230.29
HSL5.71º22.11%62.75%-
HSV(B)5.71º23.2%70.98%-
XYZ33.5431.3328.71-
YUV153.91119.59147.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=39.09%
G=30.89%
B=30.02%

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
Decimal18114313900.210.230.295.7122.1162.75
HexB58F8B015171D6163f
Octal265217213025273562677
Binary101101011000111110001011010101101111110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F8B; }

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

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

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

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

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

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

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

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