Html Css Color HEX #B3618E Tapestry

📋 copy color: '#B3618E'

red 179 ◦ green 97 ◦ blue 142

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

Shades of Tapestry #B3618E

Tints of Tapestry #B3618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

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

R = 42.82%
G = 23.21%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3618E (or 0xB3618E) is known color: Tapestry. HEX triplet: B3, 61 and 8E. RGB value is (179,97,142). Sum of RGB (Red+Green+Blue) = 179+97+142=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3618E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3618E is #4C9E71. Grayscale: #7E7E7E. Windows color (decimal): -5021298 or 9331123. OLE color: 9331123.

HSL color Cylindrical-coordinate representation of color #B3618E: hue angle of 327.07º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3618E is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 97 142 -
CMYK 0 0.46 0.21 0.30
HSL 327.07º 0.35% 0.54% -
HSV(B) 327.07º 0.46% 0.7% -
XYZ 27.75 20.09 28.01 -
YUV 126.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 179 97 142 0 0.46 0.21 0.30 327.07 0.35 0.54
Hex B3 61 8E 0 2E 15 1E 147 23 36
Octal 263 141 216 0 56 25 36 507 43 66
Binary 10110011 1100001 10001110 0 101110 10101 11110 101000111 100011 110110

Color Harmonies of #B3618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3618E

Black with #B3618E

Text Example


Text Example

White with #B3618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3618E; }

 p { color: rgb(179,97,142); }

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

background-color css

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

 a { background-color: rgb(179,97,142); }

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

border-color css

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

 span { border-color: rgb(179,97,142); }

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