#B3928A

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

Shades of Thatch #B3928A

Tints of Thatch #B3928A

Color information

#B3928A (or 0xB3928A) is unknown color: approx Thatch. HEX triplet: B3, 92 and 8A. RGB value is (179,146,138). Sum of RGB (Red+Green+Blue) = 179+146+138=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B3928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3928A is #4C6D75. Grayscale: #9B9B9B. Windows color (decimal): -5008758 or 9081523. OLE color: 9081523.

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

Color convert

RGB179146138-
CMYK00.180.230.30
HSL11.71º21.24%62.16%-
HSV(B)11.71º22.91%70.2%-
XYZ33.4631.9828.45-
YUV154.96118.43145.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=38.66%
G=31.53%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914613800.180.230.3011.7121.2462.16
HexB3928A012171Ec153e
Octal2632222120222736142576
Binary1011001110010010100010100100101011111110110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3928A; }

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

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

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

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

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

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

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

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