Html Css Color HEX #B6638D Tapestry

📋 copy color: '#B6638D'

red 182 ◦ green 99 ◦ blue 141

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

Shades of Tapestry #B6638D

Tints of Tapestry #B6638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.46%

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

R = 43.13%
G = 23.46%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6638D (or 0xB6638D) is known color: Tapestry. HEX triplet: B6, 63 and 8D. RGB value is (182,99,141). Sum of RGB (Red+Green+Blue) = 182+99+141=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6638D is #499C72. Grayscale: #808080. Windows color (decimal): -4824179 or 9266102. OLE color: 9266102.

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

Color convert

RGB 182 99 141 -
CMYK 0 0.46 0.23 0.29
HSL 329.64º 0.36% 0.55% -
HSV(B) 329.64º 0.46% 0.71% -
XYZ 28.56 20.79 27.71 -
YUV 128.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 182 99 141 0 0.46 0.23 0.29 329.64 0.36 0.55
Hex B6 63 8D 0 2E 17 1D 14A 24 37
Octal 266 143 215 0 56 27 35 512 44 67
Binary 10110110 1100011 10001101 0 101110 10111 11101 101001010 100100 110111

Color Harmonies of #B6638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6638D

Black with #B6638D

Text Example


Text Example

White with #B6638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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