Html Css Color HEX #B66690 Tapestry

📋 copy color: '#B66690'

red 182 ◦ green 102 ◦ blue 144

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

Shades of Tapestry #B66690

Tints of Tapestry #B66690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 42.52%
G = 23.83%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B66690 (or 0xB66690) is known color: Tapestry. HEX triplet: B6, 66 and 90. RGB value is (182,102,144). Sum of RGB (Red+Green+Blue) = 182+102+144=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B66690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66690 is #49996F. Grayscale: #828282. Windows color (decimal): -4823408 or 9463478. OLE color: 9463478.

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

Color convert

RGB 182 102 144 -
CMYK 0 0.44 0.21 0.29
HSL 328.5º 0.35% 0.56% -
HSV(B) 328.5º 0.44% 0.71% -
XYZ 29.08 21.46 29 -
YUV 130.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 182 102 144 0 0.44 0.21 0.29 328.5 0.35 0.56
Hex B6 66 90 0 2C 15 1D 148 23 38
Octal 266 146 220 0 54 25 35 510 43 70
Binary 10110110 1100110 10010000 0 101100 10101 11101 101001000 100011 111000

Color Harmonies of #B66690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66690

Black with #B66690

Text Example


Text Example

White with #B66690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66690; }

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

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

background-color css

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

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

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

border-color css

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

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

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