Html Css Color HEX #B37882 Tapestry

📋 copy color: '#B37882'

red 179 ◦ green 120 ◦ blue 130

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

Shades of Tapestry #B37882

Tints of Tapestry #B37882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 41.72%
G = 27.97%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B37882 (or 0xB37882) is known color: Tapestry. HEX triplet: B3, 78 and 82. RGB value is (179,120,130). Sum of RGB (Red+Green+Blue) = 179+120+130=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37882 is #4C877D. Grayscale: #8A8A8A. Windows color (decimal): -5015422 or 8550579. OLE color: 8550579.

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

Color convert

RGB 179 120 130 -
CMYK 0 0.33 0.27 0.30
HSL 349.83º 0.28% 0.59% -
HSV(B) 349.83º 0.33% 0.7% -
XYZ 29.34 24.63 24.33 -
YUV 138.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 179 120 130 0 0.33 0.27 0.30 349.83 0.28 0.59
Hex B3 78 82 0 21 1B 1E 15E 1C 3B
Octal 263 170 202 0 41 33 36 536 34 73
Binary 10110011 1111000 10000010 0 100001 11011 11110 101011110 11100 111011

Color Harmonies of #B37882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37882

Black with #B37882

Text Example


Text Example

White with #B37882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37882; }

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

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

background-color css

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

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

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

border-color css

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

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

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