Html Css Color HEX #B67590 Tapestry

📋 copy color: '#B67590'

red 182 ◦ green 117 ◦ blue 144

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

Shades of Tapestry #B67590

Tints of Tapestry #B67590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 41.08%
G = 26.41%
B = 32.51%

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

#B67590 (or 0xB67590) is known color: Tapestry. HEX triplet: B6, 75 and 90. RGB value is (182,117,144). Sum of RGB (Red+Green+Blue) = 182+117+144=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B67590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67590 is #498A6F. Grayscale: #8B8B8B. Windows color (decimal): -4819568 or 9467318. OLE color: 9467318.

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

Color convert

RGB 182 117 144 -
CMYK 0 0.36 0.21 0.29
HSL 335.08º 0.31% 0.59% -
HSV(B) 335.08º 0.36% 0.71% -
XYZ 30.69 24.68 29.53 -
YUV 139.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 182 117 144 0 0.36 0.21 0.29 335.08 0.31 0.59
Hex B6 75 90 0 24 15 1D 14F 1F 3B
Octal 266 165 220 0 44 25 35 517 37 73
Binary 10110110 1110101 10010000 0 100100 10101 11101 101001111 11111 111011

Color Harmonies of #B67590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67590

Black with #B67590

Text Example


Text Example

White with #B67590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67590; }

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

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

background-color css

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

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

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

border-color css

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

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

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