Html Css Color HEX #B37F90 Tapestry

📋 copy color: '#B37F90'

red 179 ◦ green 127 ◦ blue 144

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

Shades of Tapestry #B37F90

Tints of Tapestry #B37F90

RGB

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

 GREEN value IS 127 (50% from 255) = 28.22%

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

R = 39.78%
G = 28.22%
B = 32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B37F90 (or 0xB37F90) is known color: Tapestry. HEX triplet: B3, 7F and 90. RGB value is (179,127,144). Sum of RGB (Red+Green+Blue) = 179+127+144=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F90 is #4C806F. Grayscale: #909090. Windows color (decimal): -5013616 or 9469875. OLE color: 9469875.

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

Color convert

RGB 179 127 144 -
CMYK 0 0.29 0.20 0.30
HSL 340.38º 0.25% 0.6% -
HSV(B) 340.38º 0.29% 0.7% -
XYZ 31.21 26.78 29.91 -
YUV 144.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 179 127 144 0 0.29 0.20 0.30 340.38 0.25 0.6
Hex B3 7F 90 0 1D 14 1E 154 19 3C
Octal 263 177 220 0 35 24 36 524 31 74
Binary 10110011 1111111 10010000 0 11101 10100 11110 101010100 11001 111100

Color Harmonies of #B37F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F90

Black with #B37F90

Text Example


Text Example

White with #B37F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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