Html Css Color HEX #B6668D Tapestry

📋 copy color: '#B6668D'

red 182 ◦ green 102 ◦ blue 141

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

Shades of Tapestry #B6668D

Tints of Tapestry #B6668D

RGB

 RED value IS 182 (71.48% from 255) = 42.82%

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

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

R = 42.82%
G = 24%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6668D (or 0xB6668D) is known color: Tapestry. HEX triplet: B6, 66 and 8D. RGB value is (182,102,141). Sum of RGB (Red+Green+Blue) = 182+102+141=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6668D is #499972. Grayscale: #828282. Windows color (decimal): -4823411 or 9266870. OLE color: 9266870.

HSL color Cylindrical-coordinate representation of color #B6668D: hue angle of 330.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6668D is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 141 -
CMYK 0 0.44 0.23 0.29
HSL 330.75º 0.35% 0.56% -
HSV(B) 330.75º 0.44% 0.71% -
XYZ 28.85 21.37 27.8 -
YUV 130.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 182 102 141 0 0.44 0.23 0.29 330.75 0.35 0.56
Hex B6 66 8D 0 2C 17 1D 14B 23 38
Octal 266 146 215 0 54 27 35 513 43 70
Binary 10110110 1100110 10001101 0 101100 10111 11101 101001011 100011 111000

Color Harmonies of #B6668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6668D

Black with #B6668D

Text Example


Text Example

White with #B6668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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