Html Css Color HEX #B37880 Tapestry

📋 copy color: '#B37880'

red 179 ◦ green 120 ◦ blue 128

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

Shades of Tapestry #B37880

Tints of Tapestry #B37880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 41.92%
G = 28.1%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B37880 (or 0xB37880) is known color: Tapestry. HEX triplet: B3, 78 and 80. RGB value is (179,120,128). Sum of RGB (Red+Green+Blue) = 179+120+128=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37880 is #4C877F. Grayscale: #8A8A8A. Windows color (decimal): -5015424 or 8419507. OLE color: 8419507.

HSL color Cylindrical-coordinate representation of color #B37880: hue angle of 351.86º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37880 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 128 -
CMYK 0 0.33 0.28 0.30
HSL 351.86º 0.28% 0.59% -
HSV(B) 351.86º 0.33% 0.7% -
XYZ 29.2 24.58 23.63 -
YUV 138.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 179 120 128 0 0.33 0.28 0.30 351.86 0.28 0.59
Hex B3 78 80 0 21 1C 1E 160 1C 3B
Octal 263 170 200 0 41 34 36 540 34 73
Binary 10110011 1111000 10000000 0 100001 11100 11110 101100000 11100 111011

Color Harmonies of #B37880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37880

Black with #B37880

Text Example


Text Example

White with #B37880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37880; }

 p { color: rgb(179,120,128); }

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

background-color css

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

 a { background-color: rgb(179,120,128); }

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

border-color css

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

 span { border-color: rgb(179,120,128); }

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