Html Css Color HEX #B66488 Tapestry

📋 copy color: '#B66488'

red 182 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #B66488

Tints of Tapestry #B66488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

 BLUE value IS 136 (53.52% from 255) = 32.54%

R = 43.54%
G = 23.92%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B66488 (or 0xB66488) is known color: Tapestry. HEX triplet: B6, 64 and 88. RGB value is (182,100,136). Sum of RGB (Red+Green+Blue) = 182+100+136=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B66488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66488 is #499B77. Grayscale: #808080. Windows color (decimal): -4823928 or 8938678. OLE color: 8938678.

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

Color convert

RGB 182 100 136 -
CMYK 0 0.45 0.25 0.29
HSL 333.66º 0.36% 0.55% -
HSV(B) 333.66º 0.45% 0.71% -
XYZ 28.29 20.84 25.82 -
YUV 128.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 182 100 136 0 0.45 0.25 0.29 333.66 0.36 0.55
Hex B6 64 88 0 2D 19 1D 14E 24 37
Octal 266 144 210 0 55 31 35 516 44 67
Binary 10110110 1100100 10001000 0 101101 11001 11101 101001110 100100 110111

Color Harmonies of #B66488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66488

Black with #B66488

Text Example


Text Example

White with #B66488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66488; }

 p { color: rgb(182,100,136); }

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

background-color css

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

 a { background-color: rgb(182,100,136); }

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

border-color css

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

 span { border-color: rgb(182,100,136); }

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