Html Css Color HEX #B3638C Tapestry

📋 copy color: '#B3638C'

red 179 ◦ green 99 ◦ blue 140

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

Shades of Tapestry #B3638C

Tints of Tapestry #B3638C

RGB

 RED value IS 179 (70.31% from 255) = 42.82%

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 42.82%
G = 23.68%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3638C (or 0xB3638C) is known color: Tapestry. HEX triplet: B3, 63 and 8C. RGB value is (179,99,140). Sum of RGB (Red+Green+Blue) = 179+99+140=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3638C is #4C9C73. Grayscale: #7F7F7F. Windows color (decimal): -5020788 or 9200563. OLE color: 9200563.

HSL color Cylindrical-coordinate representation of color #B3638C: hue angle of 329.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3638C is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 99 140 -
CMYK 0 0.45 0.22 0.30
HSL 329.25º 0.34% 0.55% -
HSV(B) 329.25º 0.45% 0.7% -
XYZ 27.79 20.4 27.28 -
YUV 127.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 179 99 140 0 0.45 0.22 0.30 329.25 0.34 0.55
Hex B3 63 8C 0 2D 16 1E 149 22 37
Octal 263 143 214 0 55 26 36 511 42 67
Binary 10110011 1100011 10001100 0 101101 10110 11110 101001001 100010 110111

Color Harmonies of #B3638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3638C

Black with #B3638C

Text Example


Text Example

White with #B3638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3638C; }

 p { color: rgb(179,99,140); }

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

background-color css

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

 a { background-color: rgb(179,99,140); }

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

border-color css

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

 span { border-color: rgb(179,99,140); }

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