Html Css Color HEX #B37982 Tapestry

📋 copy color: '#B37982'

red 179 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #B37982

Tints of Tapestry #B37982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

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

R = 41.63%
G = 28.14%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B37982 (or 0xB37982) is known color: Tapestry. HEX triplet: B3, 79 and 82. RGB value is (179,121,130). Sum of RGB (Red+Green+Blue) = 179+121+130=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B37982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37982 is #4C867D. Grayscale: #8B8B8B. Windows color (decimal): -5015166 or 8550835. OLE color: 8550835.

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

Color convert

RGB 179 121 130 -
CMYK 0 0.32 0.27 0.30
HSL 350.69º 0.28% 0.59% -
HSV(B) 350.69º 0.32% 0.7% -
XYZ 29.46 24.87 24.37 -
YUV 139.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 179 121 130 0 0.32 0.27 0.30 350.69 0.28 0.59
Hex B3 79 82 0 20 1B 1E 15F 1C 3B
Octal 263 171 202 0 40 33 36 537 34 73
Binary 10110011 1111001 10000010 0 100000 11011 11110 101011111 11100 111011

Color Harmonies of #B37982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37982

Black with #B37982

Text Example


Text Example

White with #B37982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37982; }

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

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

background-color css

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

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

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

border-color css

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

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

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