Html Css Color HEX #BB7B93 Tapestry

📋 copy color: '#BB7B93'

red 187 ◦ green 123 ◦ blue 147

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

Shades of Tapestry #BB7B93

Tints of Tapestry #BB7B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.91%

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 40.92%
G = 26.91%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB7B93 (or 0xBB7B93) is known color: Tapestry. HEX triplet: BB, 7B and 93. RGB value is (187,123,147). Sum of RGB (Red+Green+Blue) = 187+123+147=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B93 is #44846C. Grayscale: #909090. Windows color (decimal): -4490349 or 9665467. OLE color: 9665467.

HSL color Cylindrical-coordinate representation of color #BB7B93: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7B93 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 123 147 -
CMYK 0 0.34 0.21 0.27
HSL 337.5º 0.32% 0.61% -
HSV(B) 337.5º 0.34% 0.73% -
XYZ 32.84 26.84 31.05 -
YUV 144.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 187 123 147 0 0.34 0.21 0.27 337.5 0.32 0.61
Hex BB 7B 93 0 22 15 1B 152 20 3D
Octal 273 173 223 0 42 25 33 522 40 75
Binary 10111011 1111011 10010011 0 100010 10101 11011 101010010 100000 111101

Color Harmonies of #BB7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B93

Black with #BB7B93

Text Example


Text Example

White with #BB7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B93; }

 p { color: rgb(187,123,147); }

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

background-color css

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

 a { background-color: rgb(187,123,147); }

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

border-color css

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

 span { border-color: rgb(187,123,147); }

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