Html Css Color HEX #B2668E Tapestry

📋 copy color: '#B2668E'

red 178 ◦ green 102 ◦ blue 142

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

Shades of Tapestry #B2668E

Tints of Tapestry #B2668E

RGB

 RED value IS 178 (69.92% from 255) = 42.18%

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 42.18%
G = 24.17%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2668E (or 0xB2668E) is known color: Tapestry. HEX triplet: B2, 66 and 8E. RGB value is (178,102,142). Sum of RGB (Red+Green+Blue) = 178+102+142=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2668E is #4D9971. Grayscale: #818181. Windows color (decimal): -5085554 or 9332402. OLE color: 9332402.

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

Color convert

RGB 178 102 142 -
CMYK 0 0.43 0.20 0.30
HSL 328.42º 0.33% 0.55% -
HSV(B) 328.42º 0.43% 0.7% -
XYZ 27.99 20.92 28.15 -
YUV 129.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 178 102 142 0 0.43 0.20 0.30 328.42 0.33 0.55
Hex B2 66 8E 0 2B 14 1E 148 21 37
Octal 262 146 216 0 53 24 36 510 41 67
Binary 10110010 1100110 10001110 0 101011 10100 11110 101001000 100001 110111

Color Harmonies of #B2668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2668E

Black with #B2668E

Text Example


Text Example

White with #B2668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2668E; }

 p { color: rgb(178,102,142); }

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

background-color css

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

 a { background-color: rgb(178,102,142); }

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

border-color css

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

 span { border-color: rgb(178,102,142); }

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