Html Css Color HEX #B37985 Tapestry

📋 copy color: '#B37985'

red 179 ◦ green 121 ◦ blue 133

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

Shades of Tapestry #B37985

Tints of Tapestry #B37985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 41.34%
G = 27.94%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B37985 (or 0xB37985) is known color: Tapestry. HEX triplet: B3, 79 and 85. RGB value is (179,121,133). Sum of RGB (Red+Green+Blue) = 179+121+133=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B37985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37985 is #4C867A. Grayscale: #8B8B8B. Windows color (decimal): -5015163 or 8747443. OLE color: 8747443.

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

Color convert

RGB 179 121 133 -
CMYK 0 0.32 0.26 0.30
HSL 347.59º 0.28% 0.59% -
HSV(B) 347.59º 0.32% 0.7% -
XYZ 29.66 24.95 25.44 -
YUV 139.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 179 121 133 0 0.32 0.26 0.30 347.59 0.28 0.59
Hex B3 79 85 0 20 1A 1E 15C 1C 3B
Octal 263 171 205 0 40 32 36 534 34 73
Binary 10110011 1111001 10000101 0 100000 11010 11110 101011100 11100 111011

Color Harmonies of #B37985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37985

Black with #B37985

Text Example


Text Example

White with #B37985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37985; }

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

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

background-color css

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

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

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

border-color css

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

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

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