Html Css Color HEX #BB758C Tapestry

📋 copy color: '#BB758C'

red 187 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #BB758C

Tints of Tapestry #BB758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 42.12%
G = 26.35%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB758C (or 0xBB758C) is known color: Tapestry. HEX triplet: BB, 75 and 8C. RGB value is (187,117,140). Sum of RGB (Red+Green+Blue) = 187+117+140=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758C is #448A73. Grayscale: #8C8C8C. Windows color (decimal): -4491892 or 9205179. OLE color: 9205179.

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

Color convert

RGB 187 117 140 -
CMYK 0 0.37 0.25 0.27
HSL 340.29º 0.34% 0.6% -
HSV(B) 340.29º 0.37% 0.73% -
XYZ 31.59 25.18 28.01 -
YUV 140.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 187 117 140 0 0.37 0.25 0.27 340.29 0.34 0.6
Hex BB 75 8C 0 25 19 1B 154 22 3C
Octal 273 165 214 0 45 31 33 524 42 74
Binary 10111011 1110101 10001100 0 100101 11001 11011 101010100 100010 111100

Color Harmonies of #BB758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB758C

Black with #BB758C

Text Example


Text Example

White with #BB758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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