Html Css Color HEX #BB758E Tapestry

📋 copy color: '#BB758E'

red 187 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #BB758E

Tints of Tapestry #BB758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 41.93%
G = 26.23%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB758E (or 0xBB758E) is known color: Tapestry. HEX triplet: BB, 75 and 8E. RGB value is (187,117,142). Sum of RGB (Red+Green+Blue) = 187+117+142=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758E is #448A71. Grayscale: #8C8C8C. Windows color (decimal): -4491890 or 9336251. OLE color: 9336251.

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

Color convert

RGB 187 117 142 -
CMYK 0 0.37 0.24 0.27
HSL 338.57º 0.34% 0.6% -
HSV(B) 338.57º 0.37% 0.73% -
XYZ 31.74 25.24 28.79 -
YUV 140.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 187 117 142 0 0.37 0.24 0.27 338.57 0.34 0.6
Hex BB 75 8E 0 25 18 1B 153 22 3C
Octal 273 165 216 0 45 30 33 523 42 74
Binary 10111011 1110101 10001110 0 100101 11000 11011 101010011 100010 111100

Color Harmonies of #BB758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB758E

Black with #BB758E

Text Example


Text Example

White with #BB758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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