Html Css Color HEX #B67690 Tapestry

📋 copy color: '#B67690'

red 182 ◦ green 118 ◦ blue 144

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

Shades of Tapestry #B67690

Tints of Tapestry #B67690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 40.99%
G = 26.58%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B67690 (or 0xB67690) is known color: Tapestry. HEX triplet: B6, 76 and 90. RGB value is (182,118,144). Sum of RGB (Red+Green+Blue) = 182+118+144=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67690 is #49896F. Grayscale: #8C8C8C. Windows color (decimal): -4819312 or 9467574. OLE color: 9467574.

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

Color convert

RGB 182 118 144 -
CMYK 0 0.35 0.21 0.29
HSL 335.63º 0.3% 0.59% -
HSV(B) 335.63º 0.35% 0.71% -
XYZ 30.8 24.92 29.57 -
YUV 140.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 182 118 144 0 0.35 0.21 0.29 335.63 0.3 0.59
Hex B6 76 90 0 23 15 1D 150 1E 3B
Octal 266 166 220 0 43 25 35 520 36 73
Binary 10110110 1110110 10010000 0 100011 10101 11101 101010000 11110 111011

Color Harmonies of #B67690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67690

Black with #B67690

Text Example


Text Example

White with #B67690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67690; }

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

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

background-color css

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

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

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

border-color css

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

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

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