Html Css Color HEX #BB6180 Tapestry

📋 copy color: '#BB6180'

red 187 ◦ green 97 ◦ blue 128

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

Shades of Tapestry #BB6180

Tints of Tapestry #BB6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 45.39%
G = 23.54%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB6180 (or 0xBB6180) is known color: Tapestry. HEX triplet: BB, 61 and 80. RGB value is (187,97,128). Sum of RGB (Red+Green+Blue) = 187+97+128=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6180 is #449E7F. Grayscale: #7F7F7F. Windows color (decimal): -4497024 or 8413627. OLE color: 8413627.

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

Color convert

RGB 187 97 128 -
CMYK 0 0.48 0.32 0.27
HSL 339.33º 0.4% 0.56% -
HSV(B) 339.33º 0.48% 0.73% -
XYZ 28.66 20.67 22.9 -
YUV 127.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 187 97 128 0 0.48 0.32 0.27 339.33 0.4 0.56
Hex BB 61 80 0 30 20 1B 153 28 38
Octal 273 141 200 0 60 40 33 523 50 70
Binary 10111011 1100001 10000000 0 110000 100000 11011 101010011 101000 111000

Color Harmonies of #BB6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6180

Black with #BB6180

Text Example


Text Example

White with #BB6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6180; }

 p { color: rgb(187,97,128); }

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

background-color css

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

 a { background-color: rgb(187,97,128); }

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

border-color css

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

 span { border-color: rgb(187,97,128); }

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