Html Css Color HEX #B67490 Tapestry

📋 copy color: '#B67490'

red 182 ◦ green 116 ◦ blue 144

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

Shades of Tapestry #B67490

Tints of Tapestry #B67490

RGB

 RED value IS 182 (71.48% from 255) = 41.18%

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 41.18%
G = 26.24%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67490 (or 0xB67490) is known color: Tapestry. HEX triplet: B6, 74 and 90. RGB value is (182,116,144). Sum of RGB (Red+Green+Blue) = 182+116+144=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B67490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67490 is #498B6F. Grayscale: #8A8A8A. Windows color (decimal): -4819824 or 9467062. OLE color: 9467062.

HSL color Cylindrical-coordinate representation of color #B67490: hue angle of 334.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67490 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 144 -
CMYK 0 0.36 0.21 0.29
HSL 334.55º 0.31% 0.58% -
HSV(B) 334.55º 0.36% 0.71% -
XYZ 30.57 24.45 29.49 -
YUV 138.93 130.87 158.72 -
System Red Green Blue C M Y K H S L
Decimal 182 116 144 0 0.36 0.21 0.29 334.55 0.31 0.58
Hex B6 74 90 0 24 15 1D 14F 1F 3A
Octal 266 164 220 0 44 25 35 517 37 72
Binary 10110110 1110100 10010000 0 100100 10101 11101 101001111 11111 111010

Color Harmonies of #B67490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67490

Black with #B67490

Text Example


Text Example

White with #B67490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67490; }

 p { color: rgb(182,116,144); }

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

background-color css

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

 a { background-color: rgb(182,116,144); }

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

border-color css

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

 span { border-color: rgb(182,116,144); }

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