Html Css Color HEX #B66680 Tapestry

📋 copy color: '#B66680'

red 182 ◦ green 102 ◦ blue 128

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

Shades of Tapestry #B66680

Tints of Tapestry #B66680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 44.17%
G = 24.76%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B66680 (or 0xB66680) is known color: Tapestry. HEX triplet: B6, 66 and 80. RGB value is (182,102,128). Sum of RGB (Red+Green+Blue) = 182+102+128=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66680 is #49997F. Grayscale: #808080. Windows color (decimal): -4823424 or 8414902. OLE color: 8414902.

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

Color convert

RGB 182 102 128 -
CMYK 0 0.44 0.30 0.29
HSL 340.5º 0.35% 0.56% -
HSV(B) 340.5º 0.44% 0.71% -
XYZ 27.94 21.01 23 -
YUV 128.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 182 102 128 0 0.44 0.30 0.29 340.5 0.35 0.56
Hex B6 66 80 0 2C 1E 1D 154 23 38
Octal 266 146 200 0 54 36 35 524 43 70
Binary 10110110 1100110 10000000 0 101100 11110 11101 101010100 100011 111000

Color Harmonies of #B66680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66680

Black with #B66680

Text Example


Text Example

White with #B66680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66680; }

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

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

background-color css

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

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

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

border-color css

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

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

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