Html Css Color HEX #BB768C Tapestry

📋 copy color: '#BB768C'

red 187 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #BB768C

Tints of Tapestry #BB768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

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

R = 42.02%
G = 26.52%
B = 31.46%

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

#BB768C (or 0xBB768C) is known color: Tapestry. HEX triplet: BB, 76 and 8C. RGB value is (187,118,140). Sum of RGB (Red+Green+Blue) = 187+118+140=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768C is #448973. Grayscale: #8D8D8D. Windows color (decimal): -4491636 or 9205435. OLE color: 9205435.

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

Color convert

RGB 187 118 140 -
CMYK 0 0.37 0.25 0.27
HSL 340.87º 0.34% 0.6% -
HSV(B) 340.87º 0.37% 0.73% -
XYZ 31.71 25.42 28.05 -
YUV 141.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 187 118 140 0 0.37 0.25 0.27 340.87 0.34 0.6
Hex BB 76 8C 0 25 19 1B 155 22 3C
Octal 273 166 214 0 45 31 33 525 42 74
Binary 10111011 1110110 10001100 0 100101 11001 11011 101010101 100010 111100

Color Harmonies of #BB768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB768C

Black with #BB768C

Text Example


Text Example

White with #BB768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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