Html Css Color HEX #B67390 Tapestry

📋 copy color: '#B67390'

red 182 ◦ green 115 ◦ blue 144

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

Shades of Tapestry #B67390

Tints of Tapestry #B67390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

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

R = 41.27%
G = 26.08%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67390 (or 0xB67390) is known color: Tapestry. HEX triplet: B6, 73 and 90. RGB value is (182,115,144). Sum of RGB (Red+Green+Blue) = 182+115+144=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67390 is #498C6F. Grayscale: #8A8A8A. Windows color (decimal): -4820080 or 9466806. OLE color: 9466806.

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

Color convert

RGB 182 115 144 -
CMYK 0 0.37 0.21 0.29
HSL 334.03º 0.31% 0.58% -
HSV(B) 334.03º 0.37% 0.71% -
XYZ 30.46 24.22 29.46 -
YUV 138.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 182 115 144 0 0.37 0.21 0.29 334.03 0.31 0.58
Hex B6 73 90 0 25 15 1D 14E 1F 3A
Octal 266 163 220 0 45 25 35 516 37 72
Binary 10110110 1110011 10010000 0 100101 10101 11101 101001110 11111 111010

Color Harmonies of #B67390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67390

Black with #B67390

Text Example


Text Example

White with #B67390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67390; }

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

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

background-color css

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

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

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

border-color css

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

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

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