#B7668A

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

Shades of Tapestry #B7668A

Tints of Tapestry #B7668A

Color information

#B7668A (or 0xB7668A) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 8A. RGB value is (183,102,138). Sum of RGB (Red+Green+Blue) = 183+102+138=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7668A is #489975. Grayscale: #828282. Windows color (decimal): -4757878 or 9070263. OLE color: 9070263.

HSL color Cylindrical-coordinate representation of color #B7668A: hue angle of 333.33º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7668A is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183102138-
CMYK00.440.250.28
HSL333.33º36%55.88%-
HSV(B)333.33º44.26%71.76%-
XYZ28.8721.4126.65-
YUV130.32132.34165.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=43.26%
G=24.11%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310213800.440.250.28333.333655.88
HexB7668A02C191C14d2438
Octal26714621205431345154470
Binary1011011111001101000101001011001100111100101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7668A; }

 p { color: rgb(183,102,138); }

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

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

 a { background-color: rgb(183,102,138); }

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

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

 span { border-color: rgb(183,102,138); }

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