Html Css Color HEX #BB758B Tapestry

📋 copy color: '#BB758B'

red 187 ◦ green 117 ◦ blue 139

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

Shades of Tapestry #BB758B

Tints of Tapestry #BB758B

RGB

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

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

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

R = 42.21%
G = 26.41%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB758B (or 0xBB758B) is known color: Tapestry. HEX triplet: BB, 75 and 8B. RGB value is (187,117,139). Sum of RGB (Red+Green+Blue) = 187+117+139=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB758B is #448A74. Grayscale: #8C8C8C. Windows color (decimal): -4491893 or 9139643. OLE color: 9139643.

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

Color convert

RGB 187 117 139 -
CMYK 0 0.37 0.26 0.27
HSL 341.14º 0.34% 0.6% -
HSV(B) 341.14º 0.37% 0.73% -
XYZ 31.52 25.15 27.62 -
YUV 140.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 187 117 139 0 0.37 0.26 0.27 341.14 0.34 0.6
Hex BB 75 8B 0 25 1A 1B 155 22 3C
Octal 273 165 213 0 45 32 33 525 42 74
Binary 10111011 1110101 10001011 0 100101 11010 11011 101010101 100010 111100

Color Harmonies of #BB758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB758B

Black with #BB758B

Text Example


Text Example

White with #BB758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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