Html Css Color HEX #B46290 Tapestry

📋 copy color: '#B46290'

red 180 ◦ green 98 ◦ blue 144

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

Shades of Tapestry #B46290

Tints of Tapestry #B46290

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 42.65%
G = 23.22%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B46290 (or 0xB46290) is known color: Tapestry. HEX triplet: B4, 62 and 90. RGB value is (180,98,144). Sum of RGB (Red+Green+Blue) = 180+98+144=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B46290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46290 is #4B9D6F. Grayscale: #7F7F7F. Windows color (decimal): -4955504 or 9462452. OLE color: 9462452.

HSL color Cylindrical-coordinate representation of color #B46290: hue angle of 326.34º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46290 is Cyan = 0, Magento = 0.46, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 144 -
CMYK 0 0.46 0.2 0.29
HSL 326.34º 0.35% 0.55% -
HSV(B) 326.34º 0.46% 0.71% -
XYZ 28.22 20.45 28.85 -
YUV 127.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 180 98 144 0 0.46 0.2 0.29 326.34 0.35 0.55
Hex B4 62 90 0 2E 14 1D 146 23 37
Octal 264 142 220 0 56 24 35 506 43 67
Binary 10110100 1100010 10010000 0 101110 10100 11101 101000110 100011 110111

Color Harmonies of #B46290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46290

Black with #B46290

Text Example


Text Example

White with #B46290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46290; }

 p { color: rgb(180,98,144); }

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

background-color css

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

 a { background-color: rgb(180,98,144); }

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

border-color css

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

 span { border-color: rgb(180,98,144); }

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