Html Css Color HEX #B3668D Tapestry

📋 copy color: '#B3668D'

red 179 ◦ green 102 ◦ blue 141

#B3668D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B3668D

Tints of Tapestry #B3668D

RGB

 RED value IS 179 (70.31% from 255) = 42.42%

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 42.42%
G = 24.17%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3668D (or 0xB3668D) is known color: Tapestry. HEX triplet: B3, 66 and 8D. RGB value is (179,102,141). Sum of RGB (Red+Green+Blue) = 179+102+141=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668D is #4C9972. Grayscale: #818181. Windows color (decimal): -5020019 or 9266867. OLE color: 9266867.

HSL color Cylindrical-coordinate representation of color #B3668D: hue angle of 329.61º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3668D is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 141 -
CMYK 0 0.43 0.21 0.30
HSL 329.61º 0.34% 0.55% -
HSV(B) 329.61º 0.43% 0.7% -
XYZ 28.15 21.01 27.77 -
YUV 129.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 179 102 141 0 0.43 0.21 0.30 329.61 0.34 0.55
Hex B3 66 8D 0 2B 15 1E 14A 22 37
Octal 263 146 215 0 53 25 36 512 42 67
Binary 10110011 1100110 10001101 0 101011 10101 11110 101001010 100010 110111

Color Harmonies of #B3668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3668D

Black with #B3668D

Text Example


Text Example

White with #B3668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3668D; }

 p { color: rgb(179,102,141); }

 H1.HeaderClassName
 {
   color: #B3668D;
 }
 .AnyTagClassName
 {
   color: #B3668D;
 }
</style>

background-color css

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

 a { background-color: rgb(179,102,141); }

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

border-color css

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

 span { border-color: rgb(179,102,141); }

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