Html Css Color HEX #B3757F Tapestry

📋 copy color: '#B3757F'

red 179 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #B3757F

Tints of Tapestry #B3757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.02%

R = 42.32%
G = 27.66%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3757F (or 0xB3757F) is known color: Tapestry. HEX triplet: B3, 75 and 7F. RGB value is (179,117,127). Sum of RGB (Red+Green+Blue) = 179+117+127=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3757F is #4C8A80. Grayscale: #888888. Windows color (decimal): -5016193 or 8353203. OLE color: 8353203.

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

Color convert

RGB 179 117 127 -
CMYK 0 0.35 0.29 0.30
HSL 350.32º 0.29% 0.58% -
HSV(B) 350.32º 0.35% 0.7% -
XYZ 28.78 23.84 23.16 -
YUV 136.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 179 117 127 0 0.35 0.29 0.30 350.32 0.29 0.58
Hex B3 75 7F 0 23 1D 1E 15E 1D 3A
Octal 263 165 177 0 43 35 36 536 35 72
Binary 10110011 1110101 1111111 0 100011 11101 11110 101011110 11101 111010

Color Harmonies of #B3757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3757F

Black with #B3757F

Text Example


Text Example

White with #B3757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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