Html Css Color HEX #BB757C Tapestry

📋 copy color: '#BB757C'

red 187 ◦ green 117 ◦ blue 124

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

Shades of Tapestry #BB757C

Tints of Tapestry #BB757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

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

R = 43.69%
G = 27.34%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB757C (or 0xBB757C) is known color: Tapestry. HEX triplet: BB, 75 and 7C. RGB value is (187,117,124). Sum of RGB (Red+Green+Blue) = 187+117+124=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB757C is #448A83. Grayscale: #8A8A8A. Windows color (decimal): -4491908 or 8156603. OLE color: 8156603.

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

Color convert

RGB 187 117 124 -
CMYK 0 0.37 0.34 0.27
HSL 354º 0.34% 0.6% -
HSV(B) 354º 0.37% 0.73% -
XYZ 30.49 24.74 22.24 -
YUV 138.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 187 117 124 0 0.37 0.34 0.27 354 0.34 0.6
Hex BB 75 7C 0 25 22 1B 162 22 3C
Octal 273 165 174 0 45 42 33 542 42 74
Binary 10111011 1110101 1111100 0 100101 100010 11011 101100010 100010 111100

Color Harmonies of #BB757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB757C

Black with #BB757C

Text Example


Text Example

White with #BB757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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