Html Css Color HEX #BB6484 Tapestry

📋 copy color: '#BB6484'

red 187 ◦ green 100 ◦ blue 132

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

Shades of Tapestry #BB6484

Tints of Tapestry #BB6484

RGB

 RED value IS 187 (73.44% from 255) = 44.63%

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

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 44.63%
G = 23.87%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB6484 (or 0xBB6484) is known color: Tapestry. HEX triplet: BB, 64 and 84. RGB value is (187,100,132). Sum of RGB (Red+Green+Blue) = 187+100+132=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6484 is #449B7B. Grayscale: #818181. Windows color (decimal): -4496252 or 8676539. OLE color: 8676539.

HSL color Cylindrical-coordinate representation of color #BB6484: hue angle of 337.93º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6484 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 132 -
CMYK 0 0.47 0.29 0.27
HSL 337.93º 0.39% 0.56% -
HSV(B) 337.93º 0.47% 0.73% -
XYZ 29.22 21.35 24.41 -
YUV 129.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 187 100 132 0 0.47 0.29 0.27 337.93 0.39 0.56
Hex BB 64 84 0 2F 1D 1B 152 27 38
Octal 273 144 204 0 57 35 33 522 47 70
Binary 10111011 1100100 10000100 0 101111 11101 11011 101010010 100111 111000

Color Harmonies of #BB6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6484

Black with #BB6484

Text Example


Text Example

White with #BB6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6484; }

 p { color: rgb(187,100,132); }

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

background-color css

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

 a { background-color: rgb(187,100,132); }

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

border-color css

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

 span { border-color: rgb(187,100,132); }

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