Html Css Color HEX #B66990 Tapestry

📋 copy color: '#B66990'

red 182 ◦ green 105 ◦ blue 144

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

Shades of Tapestry #B66990

Tints of Tapestry #B66990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 42.23%
G = 24.36%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B66990 (or 0xB66990) is known color: Tapestry. HEX triplet: B6, 69 and 90. RGB value is (182,105,144). Sum of RGB (Red+Green+Blue) = 182+105+144=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66990 is #49966F. Grayscale: #848484. Windows color (decimal): -4822640 or 9464246. OLE color: 9464246.

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

Color convert

RGB 182 105 144 -
CMYK 0 0.42 0.21 0.29
HSL 329.61º 0.35% 0.56% -
HSV(B) 329.61º 0.42% 0.71% -
XYZ 29.38 22.06 29.1 -
YUV 132.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 182 105 144 0 0.42 0.21 0.29 329.61 0.35 0.56
Hex B6 69 90 0 2A 15 1D 14A 23 38
Octal 266 151 220 0 52 25 35 512 43 70
Binary 10110110 1101001 10010000 0 101010 10101 11101 101001010 100011 111000

Color Harmonies of #B66990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66990

Black with #B66990

Text Example


Text Example

White with #B66990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66990; }

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

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

background-color css

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

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

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

border-color css

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

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

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