Html Css Color HEX #BB6482 Tapestry

📋 copy color: '#BB6482'

red 187 ◦ green 100 ◦ blue 130

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

Shades of Tapestry #BB6482

Tints of Tapestry #BB6482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 44.84%
G = 23.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB6482 (or 0xBB6482) is known color: Tapestry. HEX triplet: BB, 64 and 82. RGB value is (187,100,130). Sum of RGB (Red+Green+Blue) = 187+100+130=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6482 is #449B7D. Grayscale: #818181. Windows color (decimal): -4496254 or 8545467. OLE color: 8545467.

HSL color Cylindrical-coordinate representation of color #BB6482: hue angle of 339.31º 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 #BB6482 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 130 -
CMYK 0 0.47 0.30 0.27
HSL 339.31º 0.39% 0.56% -
HSV(B) 339.31º 0.47% 0.73% -
XYZ 29.08 21.29 23.7 -
YUV 129.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 187 100 130 0 0.47 0.30 0.27 339.31 0.39 0.56
Hex BB 64 82 0 2F 1E 1B 153 27 38
Octal 273 144 202 0 57 36 33 523 47 70
Binary 10111011 1100100 10000010 0 101111 11110 11011 101010011 100111 111000

Color Harmonies of #BB6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6482

Black with #BB6482

Text Example


Text Example

White with #BB6482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6482; }

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

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

background-color css

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

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

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

border-color css

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

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

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