Html Css Color HEX #B3608A Tapestry

📋 copy color: '#B3608A'

red 179 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #B3608A

Tints of Tapestry #B3608A

RGB

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

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

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

R = 43.34%
G = 23.24%
B = 33.41%

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

#B3608A (or 0xB3608A) is known color: Tapestry. HEX triplet: B3, 60 and 8A. RGB value is (179,96,138). Sum of RGB (Red+Green+Blue) = 179+96+138=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B3608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3608A is #4C9F75. Grayscale: #7D7D7D. Windows color (decimal): -5021558 or 9068723. OLE color: 9068723.

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

Color convert

RGB 179 96 138 -
CMYK 0 0.46 0.23 0.30
HSL 329.64º 0.35% 0.54% -
HSV(B) 329.64º 0.46% 0.7% -
XYZ 27.36 19.78 26.42 -
YUV 125.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 179 96 138 0 0.46 0.23 0.30 329.64 0.35 0.54
Hex B3 60 8A 0 2E 17 1E 14A 23 36
Octal 263 140 212 0 56 27 36 512 43 66
Binary 10110011 1100000 10001010 0 101110 10111 11110 101001010 100011 110110

Color Harmonies of #B3608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3608A

Black with #B3608A

Text Example


Text Example

White with #B3608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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