#B97B92

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

Shades of Tapestry #B97B92

Tints of Tapestry #B97B92

Color information

#B97B92 (or 0xB97B92) is unknown color: approx Tapestry. HEX triplet: B9, 7B and 92. RGB value is (185,123,146). Sum of RGB (Red+Green+Blue) = 185+123+146=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97B92 is #46846D. Grayscale: #909090. Windows color (decimal): -4621422 or 9599929. OLE color: 9599929.

HSL color Cylindrical-coordinate representation of color #B97B92: hue angle of 337.74º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97B92 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB185123146-
CMYK00.340.210.27
HSL337.74º30.69%60.39%-
HSV(B)337.74º33.51%72.55%-
XYZ32.2826.5630.62-
YUV144.16129.04157.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=40.75%
G=27.09%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512314600.340.210.27337.7430.6960.39
HexB97B92022151B1521f3c
Octal27117322204225335223774
Binary101110011111011100100100100010101011101110101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B92; }

 p { color: rgb(185,123,146); }

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

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

 a { background-color: rgb(185,123,146); }

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

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

 span { border-color: rgb(185,123,146); }

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