#B6928E

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

Shades of Thatch #B6928E

Tints of Thatch #B6928E

Color information

#B6928E (or 0xB6928E) is unknown color: approx Thatch. HEX triplet: B6, 92 and 8E. RGB value is (182,146,142). Sum of RGB (Red+Green+Blue) = 182+146+142=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6928E is #496D71. Grayscale: #9C9C9C. Windows color (decimal): -4812146 or 9343670. OLE color: 9343670.

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

Color convert

RGB182146142-
CMYK00.200.220.29
HSL21.51%63.53%-
HSV(B)21.98%71.37%-
XYZ34.4532.4630.04-
YUV156.31119.93146.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=38.72%
G=31.06%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214614200.200.220.29621.5163.53
HexB6928E014161D61640
Octal2662222160242635626100
Binary1011011010010010100011100101001011011101110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6928E; }

 p { color: rgb(182,146,142); }

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

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

 a { background-color: rgb(182,146,142); }

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

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

 span { border-color: rgb(182,146,142); }

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