#B38194

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

Shades of Tapestry #B38194

Tints of Tapestry #B38194

Color information

#B38194 (or 0xB38194) is unknown color: approx Tapestry. HEX triplet: B3, 81 and 94. RGB value is (179,129,148). Sum of RGB (Red+Green+Blue) = 179+129+148=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38194 is #4C7E6B. Grayscale: #929292. Windows color (decimal): -5013100 or 9732531. OLE color: 9732531.

HSL color Cylindrical-coordinate representation of color #B38194: hue angle of 337.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38194 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179129148-
CMYK00.280.170.30
HSL337.2º24.75%60.39%-
HSV(B)337.2º27.93%70.2%-
XYZ31.7927.4231.63-
YUV146.12129.06151.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=39.25%
G=28.29%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912914800.280.170.30337.224.7560.39
HexB3819401C111E151193c
Octal26320122403421365213174
Binary101100111000000110010100011100100011111010101000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38194; }

 p { color: rgb(179,129,148); }

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

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

 a { background-color: rgb(179,129,148); }

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

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

 span { border-color: rgb(179,129,148); }

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