Html Css Color HEX #B66780 Tapestry

📋 copy color: '#B66780'

red 182 ◦ green 103 ◦ blue 128

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

Shades of Tapestry #B66780

Tints of Tapestry #B66780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

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

R = 44.07%
G = 24.94%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B66780 (or 0xB66780) is known color: Tapestry. HEX triplet: B6, 67 and 80. RGB value is (182,103,128). Sum of RGB (Red+Green+Blue) = 182+103+128=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B66780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66780 is #49987F. Grayscale: #818181. Windows color (decimal): -4823168 or 8415158. OLE color: 8415158.

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

Color convert

RGB 182 103 128 -
CMYK 0 0.43 0.30 0.29
HSL 341.01º 0.35% 0.56% -
HSV(B) 341.01º 0.43% 0.71% -
XYZ 28.04 21.2 23.04 -
YUV 129.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 182 103 128 0 0.43 0.30 0.29 341.01 0.35 0.56
Hex B6 67 80 0 2B 1E 1D 155 23 38
Octal 266 147 200 0 53 36 35 525 43 70
Binary 10110110 1100111 10000000 0 101011 11110 11101 101010101 100011 111000

Color Harmonies of #B66780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66780

Black with #B66780

Text Example


Text Example

White with #B66780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66780; }

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

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

background-color css

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

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

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

border-color css

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

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

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