Html Css Color HEX #B3618A Tapestry

📋 copy color: '#B3618A'

red 179 ◦ green 97 ◦ blue 138

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

Shades of Tapestry #B3618A

Tints of Tapestry #B3618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 43.24%
G = 23.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B3618A (or 0xB3618A) is known color: Tapestry. HEX triplet: B3, 61 and 8A. RGB value is (179,97,138). Sum of RGB (Red+Green+Blue) = 179+97+138=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3618A is #4C9E75. Grayscale: #7E7E7E. Windows color (decimal): -5021302 or 9068979. OLE color: 9068979.

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

Color convert

RGB 179 97 138 -
CMYK 0 0.46 0.23 0.30
HSL 330º 0.35% 0.54% -
HSV(B) 330º 0.46% 0.7% -
XYZ 27.45 19.97 26.45 -
YUV 126.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 179 97 138 0 0.46 0.23 0.30 330 0.35 0.54
Hex B3 61 8A 0 2E 17 1E 14A 23 36
Octal 263 141 212 0 56 27 36 512 43 66
Binary 10110011 1100001 10001010 0 101110 10111 11110 101001010 100011 110110

Color Harmonies of #B3618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3618A

Black with #B3618A

Text Example


Text Example

White with #B3618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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