Html Css Color HEX #BB647C Tapestry

📋 copy color: '#BB647C'

red 187 ◦ green 100 ◦ blue 124

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

Shades of Tapestry #BB647C

Tints of Tapestry #BB647C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 45.5%
G = 24.33%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB647C (or 0xBB647C) is known color: Tapestry. HEX triplet: BB, 64 and 7C. RGB value is (187,100,124). Sum of RGB (Red+Green+Blue) = 187+100+124=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB647C is #449B83. Grayscale: #808080. Windows color (decimal): -4496260 or 8152251. OLE color: 8152251.

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

Color convert

RGB 187 100 124 -
CMYK 0 0.47 0.34 0.27
HSL 343.45º 0.39% 0.56% -
HSV(B) 343.45º 0.47% 0.73% -
XYZ 28.69 21.13 21.64 -
YUV 128.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 187 100 124 0 0.47 0.34 0.27 343.45 0.39 0.56
Hex BB 64 7C 0 2F 22 1B 157 27 38
Octal 273 144 174 0 57 42 33 527 47 70
Binary 10111011 1100100 1111100 0 101111 100010 11011 101010111 100111 111000

Color Harmonies of #BB647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB647C

Black with #BB647C

Text Example


Text Example

White with #BB647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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