Html Css Color HEX #B6647A Tapestry

📋 copy color: '#B6647A'

red 182 ◦ green 100 ◦ blue 122

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

Shades of Tapestry #B6647A

Tints of Tapestry #B6647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.2%

R = 45.05%
G = 24.75%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B6647A (or 0xB6647A) is known color: Tapestry. HEX triplet: B6, 64 and 7A. RGB value is (182,100,122). Sum of RGB (Red+Green+Blue) = 182+100+122=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6647A is #499B85. Grayscale: #7F7F7F. Windows color (decimal): -4823942 or 8021174. OLE color: 8021174.

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

Color convert

RGB 182 100 122 -
CMYK 0 0.45 0.33 0.29
HSL 343.9º 0.36% 0.55% -
HSV(B) 343.9º 0.45% 0.71% -
XYZ 27.36 20.46 20.92 -
YUV 127.03 125.17 167.21 -
System Red Green Blue C M Y K H S L
Decimal 182 100 122 0 0.45 0.33 0.29 343.9 0.36 0.55
Hex B6 64 7A 0 2D 21 1D 158 24 37
Octal 266 144 172 0 55 41 35 530 44 67
Binary 10110110 1100100 1111010 0 101101 100001 11101 101011000 100100 110111

Color Harmonies of #B6647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6647A

Black with #B6647A

Text Example


Text Example

White with #B6647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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