Html Css Color HEX #BB648B Tapestry

📋 copy color: '#BB648B'

red 187 ◦ green 100 ◦ blue 139

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

Shades of Tapestry #BB648B

Tints of Tapestry #BB648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 43.9%
G = 23.47%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB648B (or 0xBB648B) is known color: Tapestry. HEX triplet: BB, 64 and 8B. RGB value is (187,100,139). Sum of RGB (Red+Green+Blue) = 187+100+139=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB648B is #449B74. Grayscale: #828282. Windows color (decimal): -4496245 or 9135291. OLE color: 9135291.

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

Color convert

RGB 187 100 139 -
CMYK 0 0.47 0.26 0.27
HSL 333.1º 0.39% 0.56% -
HSV(B) 333.1º 0.47% 0.73% -
XYZ 29.71 21.54 27.02 -
YUV 130.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 187 100 139 0 0.47 0.26 0.27 333.1 0.39 0.56
Hex BB 64 8B 0 2F 1A 1B 14D 27 38
Octal 273 144 213 0 57 32 33 515 47 70
Binary 10111011 1100100 10001011 0 101111 11010 11011 101001101 100111 111000

Color Harmonies of #BB648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB648B

Black with #BB648B

Text Example


Text Example

White with #BB648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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