Html Css Color HEX #B66486 Tapestry

📋 copy color: '#B66486'

red 182 ◦ green 100 ◦ blue 134

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

Shades of Tapestry #B66486

Tints of Tapestry #B66486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 43.75%
G = 24.04%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B66486 (or 0xB66486) is known color: Tapestry. HEX triplet: B6, 64 and 86. RGB value is (182,100,134). Sum of RGB (Red+Green+Blue) = 182+100+134=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B66486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66486 is #499B79. Grayscale: #808080. Windows color (decimal): -4823930 or 8807606. OLE color: 8807606.

HSL color Cylindrical-coordinate representation of color #B66486: hue angle of 335.12º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66486 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 134 -
CMYK 0 0.45 0.26 0.29
HSL 335.12º 0.36% 0.55% -
HSV(B) 335.12º 0.45% 0.71% -
XYZ 28.15 20.78 25.08 -
YUV 128.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 182 100 134 0 0.45 0.26 0.29 335.12 0.36 0.55
Hex B6 64 86 0 2D 1A 1D 14F 24 37
Octal 266 144 206 0 55 32 35 517 44 67
Binary 10110110 1100100 10000110 0 101101 11010 11101 101001111 100100 110111

Color Harmonies of #B66486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66486

Black with #B66486

Text Example


Text Example

White with #B66486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66486; }

 p { color: rgb(182,100,134); }

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

background-color css

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

 a { background-color: rgb(182,100,134); }

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

border-color css

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

 span { border-color: rgb(182,100,134); }

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