Html Css Color HEX #B67090 Tapestry

📋 copy color: '#B67090'

red 182 ◦ green 112 ◦ blue 144

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

Shades of Tapestry #B67090

Tints of Tapestry #B67090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 41.55%
G = 25.57%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67090 (or 0xB67090) is known color: Tapestry. HEX triplet: B6, 70 and 90. RGB value is (182,112,144). Sum of RGB (Red+Green+Blue) = 182+112+144=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B67090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67090 is #498F6F. Grayscale: #888888. Windows color (decimal): -4820848 or 9466038. OLE color: 9466038.

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

Color convert

RGB 182 112 144 -
CMYK 0 0.38 0.21 0.29
HSL 332.57º 0.32% 0.58% -
HSV(B) 332.57º 0.38% 0.71% -
XYZ 30.12 23.55 29.34 -
YUV 136.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 182 112 144 0 0.38 0.21 0.29 332.57 0.32 0.58
Hex B6 70 90 0 26 15 1D 14D 20 3A
Octal 266 160 220 0 46 25 35 515 40 72
Binary 10110110 1110000 10010000 0 100110 10101 11101 101001101 100000 111010

Color Harmonies of #B67090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67090

Black with #B67090

Text Example


Text Example

White with #B67090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67090; }

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

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

background-color css

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

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

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

border-color css

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

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

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