Html Css Color HEX #BB6C80 Tapestry

📋 copy color: '#BB6C80'

red 187 ◦ green 108 ◦ blue 128

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

Shades of Tapestry #BB6C80

Tints of Tapestry #BB6C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

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

R = 44.21%
G = 25.53%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB6C80 (or 0xBB6C80) is known color: Tapestry. HEX triplet: BB, 6C and 80. RGB value is (187,108,128). Sum of RGB (Red+Green+Blue) = 187+108+128=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C80 is #44937F. Grayscale: #858585. Windows color (decimal): -4494208 or 8416443. OLE color: 8416443.

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

Color convert

RGB 187 108 128 -
CMYK 0 0.42 0.32 0.27
HSL 344.81º 0.37% 0.58% -
HSV(B) 344.81º 0.42% 0.73% -
XYZ 29.75 22.85 23.26 -
YUV 133.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 187 108 128 0 0.42 0.32 0.27 344.81 0.37 0.58
Hex BB 6C 80 0 2A 20 1B 159 25 3A
Octal 273 154 200 0 52 40 33 531 45 72
Binary 10111011 1101100 10000000 0 101010 100000 11011 101011001 100101 111010

Color Harmonies of #BB6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C80

Black with #BB6C80

Text Example


Text Example

White with #BB6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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