Html Css Color HEX #BB647D Tapestry

📋 copy color: '#BB647D'

red 187 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #BB647D

Tints of Tapestry #BB647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 45.39%
G = 24.27%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB647D (or 0xBB647D) is known color: Tapestry. HEX triplet: BB, 64 and 7D. RGB value is (187,100,125). Sum of RGB (Red+Green+Blue) = 187+100+125=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB647D is #449B82. Grayscale: #808080. Windows color (decimal): -4496259 or 8217787. OLE color: 8217787.

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

Color convert

RGB 187 100 125 -
CMYK 0 0.47 0.33 0.27
HSL 342.76º 0.39% 0.56% -
HSV(B) 342.76º 0.47% 0.73% -
XYZ 28.75 21.16 21.97 -
YUV 128.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 187 100 125 0 0.47 0.33 0.27 342.76 0.39 0.56
Hex BB 64 7D 0 2F 21 1B 157 27 38
Octal 273 144 175 0 57 41 33 527 47 70
Binary 10111011 1100100 1111101 0 101111 100001 11011 101010111 100111 111000

Color Harmonies of #BB647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB647D

Black with #BB647D

Text Example


Text Example

White with #BB647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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