Html Css Color HEX #B36F90 Tapestry

📋 copy color: '#B36F90'

red 179 ◦ green 111 ◦ blue 144

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

Shades of Tapestry #B36F90

Tints of Tapestry #B36F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 41.24%
G = 25.58%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B36F90 (or 0xB36F90) is known color: Tapestry. HEX triplet: B3, 6F and 90. RGB value is (179,111,144). Sum of RGB (Red+Green+Blue) = 179+111+144=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F90 is #4C906F. Grayscale: #878787. Windows color (decimal): -5017712 or 9465779. OLE color: 9465779.

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

Color convert

RGB 179 111 144 -
CMYK 0 0.38 0.20 0.30
HSL 330.88º 0.31% 0.57% -
HSV(B) 330.88º 0.38% 0.7% -
XYZ 29.31 22.97 29.27 -
YUV 135.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 179 111 144 0 0.38 0.20 0.30 330.88 0.31 0.57
Hex B3 6F 90 0 26 14 1E 14B 1F 39
Octal 263 157 220 0 46 24 36 513 37 71
Binary 10110011 1101111 10010000 0 100110 10100 11110 101001011 11111 111001

Color Harmonies of #B36F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F90

Black with #B36F90

Text Example


Text Example

White with #B36F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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