Html Css Color HEX #B6648D Tapestry

📋 copy color: '#B6648D'

red 182 ◦ green 100 ◦ blue 141

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

Shades of Tapestry #B6648D

Tints of Tapestry #B6648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 43.03%
G = 23.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6648D (or 0xB6648D) is known color: Tapestry. HEX triplet: B6, 64 and 8D. RGB value is (182,100,141). Sum of RGB (Red+Green+Blue) = 182+100+141=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6648D is #499B72. Grayscale: #818181. Windows color (decimal): -4823923 or 9266358. OLE color: 9266358.

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

Color convert

RGB 182 100 141 -
CMYK 0 0.45 0.23 0.29
HSL 330º 0.36% 0.55% -
HSV(B) 330º 0.45% 0.71% -
XYZ 28.66 20.98 27.74 -
YUV 129.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 182 100 141 0 0.45 0.23 0.29 330 0.36 0.55
Hex B6 64 8D 0 2D 17 1D 14A 24 37
Octal 266 144 215 0 55 27 35 512 44 67
Binary 10110110 1100100 10001101 0 101101 10111 11101 101001010 100100 110111

Color Harmonies of #B6648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6648D

Black with #B6648D

Text Example


Text Example

White with #B6648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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