Html Css Color HEX #B37581 Tapestry

📋 copy color: '#B37581'

red 179 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #B37581

Tints of Tapestry #B37581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 42.12%
G = 27.53%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B37581 (or 0xB37581) is known color: Tapestry. HEX triplet: B3, 75 and 81. RGB value is (179,117,129). Sum of RGB (Red+Green+Blue) = 179+117+129=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B37581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37581 is #4C8A7E. Grayscale: #888888. Windows color (decimal): -5016191 or 8484275. OLE color: 8484275.

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

Color convert

RGB 179 117 129 -
CMYK 0 0.35 0.28 0.30
HSL 348.39º 0.29% 0.58% -
HSV(B) 348.39º 0.35% 0.7% -
XYZ 28.91 23.89 23.86 -
YUV 136.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 179 117 129 0 0.35 0.28 0.30 348.39 0.29 0.58
Hex B3 75 81 0 23 1C 1E 15C 1D 3A
Octal 263 165 201 0 43 34 36 534 35 72
Binary 10110011 1110101 10000001 0 100011 11100 11110 101011100 11101 111010

Color Harmonies of #B37581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37581

Black with #B37581

Text Example


Text Example

White with #B37581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37581; }

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

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

background-color css

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

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

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

border-color css

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

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

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