Html Css Color HEX #B66A8F Tapestry

📋 copy color: '#B66A8F'

red 182 ◦ green 106 ◦ blue 143

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

Shades of Tapestry #B66A8F

Tints of Tapestry #B66A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 42.23%
G = 24.59%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B66A8F (or 0xB66A8F) is known color: Tapestry. HEX triplet: B6, 6A and 8F. RGB value is (182,106,143). Sum of RGB (Red+Green+Blue) = 182+106+143=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A8F is #499570. Grayscale: #848484. Windows color (decimal): -4822385 or 9398966. OLE color: 9398966.

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

Color convert

RGB 182 106 143 -
CMYK 0 0.42 0.21 0.29
HSL 330.79º 0.34% 0.56% -
HSV(B) 330.79º 0.42% 0.71% -
XYZ 29.4 22.24 28.73 -
YUV 132.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 182 106 143 0 0.42 0.21 0.29 330.79 0.34 0.56
Hex B6 6A 8F 0 2A 15 1D 14B 22 38
Octal 266 152 217 0 52 25 35 513 42 70
Binary 10110110 1101010 10001111 0 101010 10101 11101 101001011 100010 111000

Color Harmonies of #B66A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A8F

Black with #B66A8F

Text Example


Text Example

White with #B66A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A8F; }

 p { color: rgb(182,106,143); }

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

background-color css

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

 a { background-color: rgb(182,106,143); }

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

border-color css

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

 span { border-color: rgb(182,106,143); }

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