#b6948b

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

Shades of Thatch #B6948B

Tints of Thatch #B6948B

Color information

#B6948B (or 0xB6948B) is unknown color: approx Thatch. HEX triplet: B6, 94 and 8B. RGB value is (182,148,139). Sum of RGB (Red+Green+Blue) = 182+148+139=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6948B is #496B74. Grayscale: #9D9D9D. Windows color (decimal): -4811637 or 9147574. OLE color: 9147574.

HSL color Cylindrical-coordinate representation of color #B6948B: hue angle of 12.56º 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 #B6948B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182148139-
CMYK00.190.240.29
HSL12.56º22.75%62.94%-
HSV(B)12.56º23.63%71.37%-
XYZ34.5432.9928.97-
YUV157.14117.76145.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=38.81%
G=31.56%
B=29.64%

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
Decimal18214813900.190.240.2912.5622.7562.94
HexB6948B013181Dd173f
Octal2662242130233035152777
Binary1011011010010100100010110100111100011101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6948b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6948b; }

 p { color: rgb(182,148,139); }

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

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

 a { background-color: rgb(182,148,139); }

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

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

 span { border-color: rgb(182,148,139); }

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