Html Css Color HEX #B6668B Tapestry

📋 copy color: '#B6668B'

red 182 ◦ green 102 ◦ blue 139

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

Shades of Tapestry #B6668B

Tints of Tapestry #B6668B

RGB

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

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

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

R = 43.03%
G = 24.11%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6668B (or 0xB6668B) is known color: Tapestry. HEX triplet: B6, 66 and 8B. RGB value is (182,102,139). Sum of RGB (Red+Green+Blue) = 182+102+139=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6668B is #499974. Grayscale: #828282. Windows color (decimal): -4823413 or 9135798. OLE color: 9135798.

HSL color Cylindrical-coordinate representation of color #B6668B: hue angle of 332.25º 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 #B6668B is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 139 -
CMYK 0 0.44 0.24 0.29
HSL 332.25º 0.35% 0.56% -
HSV(B) 332.25º 0.44% 0.71% -
XYZ 28.7 21.31 27.03 -
YUV 130.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 182 102 139 0 0.44 0.24 0.29 332.25 0.35 0.56
Hex B6 66 8B 0 2C 18 1D 14C 23 38
Octal 266 146 213 0 54 30 35 514 43 70
Binary 10110110 1100110 10001011 0 101100 11000 11101 101001100 100011 111000

Color Harmonies of #B6668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6668B

Black with #B6668B

Text Example


Text Example

White with #B6668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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