Html Css Color HEX #B3758C Tapestry

📋 copy color: '#B3758C'

red 179 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #B3758C

Tints of Tapestry #B3758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.83%

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

R = 41.06%
G = 26.83%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3758C (or 0xB3758C) is known color: Tapestry. HEX triplet: B3, 75 and 8C. RGB value is (179,117,140). Sum of RGB (Red+Green+Blue) = 179+117+140=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B3758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3758C is #4C8A73. Grayscale: #8A8A8A. Windows color (decimal): -5016180 or 9205171. OLE color: 9205171.

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

Color convert

RGB 179 117 140 -
CMYK 0 0.35 0.22 0.30
HSL 337.74º 0.29% 0.58% -
HSV(B) 337.74º 0.35% 0.7% -
XYZ 29.69 24.2 27.92 -
YUV 138.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 179 117 140 0 0.35 0.22 0.30 337.74 0.29 0.58
Hex B3 75 8C 0 23 16 1E 152 1D 3A
Octal 263 165 214 0 43 26 36 522 35 72
Binary 10110011 1110101 10001100 0 100011 10110 11110 101010010 11101 111010

Color Harmonies of #B3758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3758C

Black with #B3758C

Text Example


Text Example

White with #B3758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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