Html Css Color HEX #B3608B Tapestry

📋 copy color: '#B3608B'

red 179 ◦ green 96 ◦ blue 139

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

Shades of Tapestry #B3608B

Tints of Tapestry #B3608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 43.24%
G = 23.19%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3608B (or 0xB3608B) is known color: Tapestry. HEX triplet: B3, 60 and 8B. RGB value is (179,96,139). Sum of RGB (Red+Green+Blue) = 179+96+139=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B3608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3608B is #4C9F74. Grayscale: #7D7D7D. Windows color (decimal): -5021557 or 9134259. OLE color: 9134259.

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

Color convert

RGB 179 96 139 -
CMYK 0 0.46 0.22 0.30
HSL 328.92º 0.35% 0.54% -
HSV(B) 328.92º 0.46% 0.7% -
XYZ 27.43 19.81 26.8 -
YUV 125.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 179 96 139 0 0.46 0.22 0.30 328.92 0.35 0.54
Hex B3 60 8B 0 2E 16 1E 149 23 36
Octal 263 140 213 0 56 26 36 511 43 66
Binary 10110011 1100000 10001011 0 101110 10110 11110 101001001 100011 110110

Color Harmonies of #B3608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3608B

Black with #B3608B

Text Example


Text Example

White with #B3608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3608B; }

 p { color: rgb(179,96,139); }

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

background-color css

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

 a { background-color: rgb(179,96,139); }

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

border-color css

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

 span { border-color: rgb(179,96,139); }

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