#B5928A

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

Shades of Thatch #B5928A

Tints of Thatch #B5928A

Color information

#B5928A (or 0xB5928A) is unknown color: approx Thatch. HEX triplet: B5, 92 and 8A. RGB value is (181,146,138). Sum of RGB (Red+Green+Blue) = 181+146+138=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5928A is #4A6D75. Grayscale: #9B9B9B. Windows color (decimal): -4877686 or 9081525. OLE color: 9081525.

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

Color convert

RGB181146138-
CMYK00.190.240.29
HSL11.16º22.51%62.55%-
HSV(B)11.16º23.76%70.98%-
XYZ33.9232.2228.48-
YUV155.55118.1146.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=38.92%
G=31.40%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114613800.190.240.2911.1622.5162.55
HexB5928A013181Db173f
Octal2652222120233035132777
Binary1011010110010010100010100100111100011101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5928A; }

 p { color: rgb(181,146,138); }

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

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

 a { background-color: rgb(181,146,138); }

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

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

 span { border-color: rgb(181,146,138); }

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