Html Css Color HEX #B6638E Tapestry

📋 copy color: '#B6638E'

red 182 ◦ green 99 ◦ blue 142

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

Shades of Tapestry #B6638E

Tints of Tapestry #B6638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 43.03%
G = 23.4%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6638E (or 0xB6638E) is known color: Tapestry. HEX triplet: B6, 63 and 8E. RGB value is (182,99,142). Sum of RGB (Red+Green+Blue) = 182+99+142=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6638E is #499C71. Grayscale: #808080. Windows color (decimal): -4824178 or 9331638. OLE color: 9331638.

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

Color convert

RGB 182 99 142 -
CMYK 0 0.46 0.22 0.29
HSL 328.92º 0.36% 0.55% -
HSV(B) 328.92º 0.46% 0.71% -
XYZ 28.64 20.82 28.1 -
YUV 128.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 182 99 142 0 0.46 0.22 0.29 328.92 0.36 0.55
Hex B6 63 8E 0 2E 16 1D 149 24 37
Octal 266 143 216 0 56 26 35 511 44 67
Binary 10110110 1100011 10001110 0 101110 10110 11101 101001001 100100 110111

Color Harmonies of #B6638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6638E

Black with #B6638E

Text Example


Text Example

White with #B6638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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