Html Css Color HEX #B36990 Tapestry

📋 copy color: '#B36990'

red 179 ◦ green 105 ◦ blue 144

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

Shades of Tapestry #B36990

Tints of Tapestry #B36990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

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

R = 41.82%
G = 24.53%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B36990 (or 0xB36990) is known color: Tapestry. HEX triplet: B3, 69 and 90. RGB value is (179,105,144). Sum of RGB (Red+Green+Blue) = 179+105+144=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B36990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36990 is #4C966F. Grayscale: #838383. Windows color (decimal): -5019248 or 9464243. OLE color: 9464243.

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

Color convert

RGB 179 105 144 -
CMYK 0 0.41 0.20 0.30
HSL 328.38º 0.33% 0.56% -
HSV(B) 328.38º 0.41% 0.7% -
XYZ 28.68 21.7 29.06 -
YUV 131.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 179 105 144 0 0.41 0.20 0.30 328.38 0.33 0.56
Hex B3 69 90 0 29 14 1E 148 21 38
Octal 263 151 220 0 51 24 36 510 41 70
Binary 10110011 1101001 10010000 0 101001 10100 11110 101001000 100001 111000

Color Harmonies of #B36990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36990

Black with #B36990

Text Example


Text Example

White with #B36990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36990; }

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

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

background-color css

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

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

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

border-color css

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

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

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