Html Css Color HEX #BB768D Tapestry

📋 copy color: '#BB768D'

red 187 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #BB768D

Tints of Tapestry #BB768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 41.93%
G = 26.46%
B = 31.61%

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

#BB768D (or 0xBB768D) is known color: Tapestry. HEX triplet: BB, 76 and 8D. RGB value is (187,118,141). Sum of RGB (Red+Green+Blue) = 187+118+141=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768D is #448972. Grayscale: #8D8D8D. Windows color (decimal): -4491635 or 9270971. OLE color: 9270971.

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

Color convert

RGB 187 118 141 -
CMYK 0 0.37 0.25 0.27
HSL 340º 0.34% 0.6% -
HSV(B) 340º 0.37% 0.73% -
XYZ 31.78 25.44 28.44 -
YUV 141.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 187 118 141 0 0.37 0.25 0.27 340 0.34 0.6
Hex BB 76 8D 0 25 19 1B 154 22 3C
Octal 273 166 215 0 45 31 33 524 42 74
Binary 10111011 1110110 10001101 0 100101 11001 11011 101010100 100010 111100

Color Harmonies of #BB768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB768D

Black with #BB768D

Text Example


Text Example

White with #BB768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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