Html Css Color HEX #B3668B Tapestry

📋 copy color: '#B3668B'

red 179 ◦ green 102 ◦ blue 139

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

Shades of Tapestry #B3668B

Tints of Tapestry #B3668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 42.62%
G = 24.29%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3668B (or 0xB3668B) is known color: Tapestry. HEX triplet: B3, 66 and 8B. RGB value is (179,102,139). Sum of RGB (Red+Green+Blue) = 179+102+139=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668B is #4C9974. Grayscale: #818181. Windows color (decimal): -5020021 or 9135795. OLE color: 9135795.

HSL color Cylindrical-coordinate representation of color #B3668B: hue angle of 331.17º 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 #B3668B is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 139 -
CMYK 0 0.43 0.22 0.30
HSL 331.17º 0.34% 0.55% -
HSV(B) 331.17º 0.43% 0.7% -
XYZ 28 20.95 26.99 -
YUV 129.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 179 102 139 0 0.43 0.22 0.30 331.17 0.34 0.55
Hex B3 66 8B 0 2B 16 1E 14B 22 37
Octal 263 146 213 0 53 26 36 513 42 67
Binary 10110011 1100110 10001011 0 101011 10110 11110 101001011 100010 110111

Color Harmonies of #B3668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3668B

Black with #B3668B

Text Example


Text Example

White with #B3668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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