Html Css Color HEX #BB7A92 Tapestry

📋 copy color: '#BB7A92'

red 187 ◦ green 122 ◦ blue 146

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

Shades of Tapestry #BB7A92

Tints of Tapestry #BB7A92

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

 BLUE value IS 146 (57.42% from 255) = 32.09%

R = 41.1%
G = 26.81%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB7A92 (or 0xBB7A92) is known color: Tapestry. HEX triplet: BB, 7A and 92. RGB value is (187,122,146). Sum of RGB (Red+Green+Blue) = 187+122+146=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A92 is #44856D. Grayscale: #909090. Windows color (decimal): -4490606 or 9599675. OLE color: 9599675.

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

Color convert

RGB 187 122 146 -
CMYK 0 0.35 0.22 0.27
HSL 337.85º 0.32% 0.61% -
HSV(B) 337.85º 0.35% 0.73% -
XYZ 32.64 26.56 30.6 -
YUV 144.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 187 122 146 0 0.35 0.22 0.27 337.85 0.32 0.61
Hex BB 7A 92 0 23 16 1B 152 20 3D
Octal 273 172 222 0 43 26 33 522 40 75
Binary 10111011 1111010 10010010 0 100011 10110 11011 101010010 100000 111101

Color Harmonies of #BB7A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A92

Black with #BB7A92

Text Example


Text Example

White with #BB7A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A92; }

 p { color: rgb(187,122,146); }

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

background-color css

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

 a { background-color: rgb(187,122,146); }

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

border-color css

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

 span { border-color: rgb(187,122,146); }

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