Html Css Color HEX #B37290 Tapestry

📋 copy color: '#B37290'

red 179 ◦ green 114 ◦ blue 144

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

Shades of Tapestry #B37290

Tints of Tapestry #B37290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 40.96%
G = 26.09%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B37290 (or 0xB37290) is known color: Tapestry. HEX triplet: B3, 72 and 90. RGB value is (179,114,144). Sum of RGB (Red+Green+Blue) = 179+114+144=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B37290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37290 is #4C8D6F. Grayscale: #888888. Windows color (decimal): -5016944 or 9466547. OLE color: 9466547.

HSL color Cylindrical-coordinate representation of color #B37290: hue angle of 332.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37290 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 144 -
CMYK 0 0.36 0.20 0.30
HSL 332.31º 0.3% 0.57% -
HSV(B) 332.31º 0.36% 0.7% -
XYZ 29.64 23.63 29.38 -
YUV 136.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 179 114 144 0 0.36 0.20 0.30 332.31 0.3 0.57
Hex B3 72 90 0 24 14 1E 14C 1E 39
Octal 263 162 220 0 44 24 36 514 36 71
Binary 10110011 1110010 10010000 0 100100 10100 11110 101001100 11110 111001

Color Harmonies of #B37290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37290

Black with #B37290

Text Example


Text Example

White with #B37290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37290; }

 p { color: rgb(179,114,144); }

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

background-color css

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

 a { background-color: rgb(179,114,144); }

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

border-color css

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

 span { border-color: rgb(179,114,144); }

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