Html Css Color HEX #BB657C Tapestry

📋 copy color: '#BB657C'

red 187 ◦ green 101 ◦ blue 124

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

Shades of Tapestry #BB657C

Tints of Tapestry #BB657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.51%

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

R = 45.39%
G = 24.51%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB657C (or 0xBB657C) is known color: Tapestry. HEX triplet: BB, 65 and 7C. RGB value is (187,101,124). Sum of RGB (Red+Green+Blue) = 187+101+124=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB657C is #449A83. Grayscale: #818181. Windows color (decimal): -4496004 or 8152507. OLE color: 8152507.

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

Color convert

RGB 187 101 124 -
CMYK 0 0.46 0.34 0.27
HSL 343.95º 0.39% 0.56% -
HSV(B) 343.95º 0.46% 0.73% -
XYZ 28.79 21.33 21.67 -
YUV 129.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 187 101 124 0 0.46 0.34 0.27 343.95 0.39 0.56
Hex BB 65 7C 0 2E 22 1B 158 27 38
Octal 273 145 174 0 56 42 33 530 47 70
Binary 10111011 1100101 1111100 0 101110 100010 11011 101011000 100111 111000

Color Harmonies of #BB657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB657C

Black with #BB657C

Text Example


Text Example

White with #BB657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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