Html Css Color HEX #B37090 Tapestry

📋 copy color: '#B37090'

red 179 ◦ green 112 ◦ blue 144

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

Shades of Tapestry #B37090

Tints of Tapestry #B37090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 41.15%
G = 25.75%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B37090 (or 0xB37090) is known color: Tapestry. HEX triplet: B3, 70 and 90. RGB value is (179,112,144). Sum of RGB (Red+Green+Blue) = 179+112+144=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B37090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37090 is #4C8F6F. Grayscale: #878787. Windows color (decimal): -5017456 or 9466035. OLE color: 9466035.

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

Color convert

RGB 179 112 144 -
CMYK 0 0.37 0.20 0.30
HSL 331.34º 0.31% 0.57% -
HSV(B) 331.34º 0.37% 0.7% -
XYZ 29.42 23.19 29.31 -
YUV 135.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 179 112 144 0 0.37 0.20 0.30 331.34 0.31 0.57
Hex B3 70 90 0 25 14 1E 14B 1F 39
Octal 263 160 220 0 45 24 36 513 37 71
Binary 10110011 1110000 10010000 0 100101 10100 11110 101001011 11111 111001

Color Harmonies of #B37090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37090

Black with #B37090

Text Example


Text Example

White with #B37090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37090; }

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

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

background-color css

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

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

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

border-color css

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

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

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