Html Css Color HEX #BB768A Tapestry

📋 copy color: '#BB768A'

red 187 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #BB768A

Tints of Tapestry #BB768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 42.21%
G = 26.64%
B = 31.15%

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

#BB768A (or 0xBB768A) is known color: Tapestry. HEX triplet: BB, 76 and 8A. RGB value is (187,118,138). Sum of RGB (Red+Green+Blue) = 187+118+138=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768A is #448975. Grayscale: #8C8C8C. Windows color (decimal): -4491638 or 9074363. OLE color: 9074363.

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

Color convert

RGB 187 118 138 -
CMYK 0 0.37 0.26 0.27
HSL 342.61º 0.34% 0.6% -
HSV(B) 342.61º 0.37% 0.73% -
XYZ 31.56 25.36 27.28 -
YUV 140.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 187 118 138 0 0.37 0.26 0.27 342.61 0.34 0.6
Hex BB 76 8A 0 25 1A 1B 157 22 3C
Octal 273 166 212 0 45 32 33 527 42 74
Binary 10111011 1110110 10001010 0 100101 11010 11011 101010111 100010 111100

Color Harmonies of #BB768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB768A

Black with #BB768A

Text Example


Text Example

White with #BB768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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