Html Css Color HEX #BB7C92 Tapestry

📋 copy color: '#BB7C92'

red 187 ◦ green 124 ◦ blue 146

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

Shades of Tapestry #BB7C92

Tints of Tapestry #BB7C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 40.92%
G = 27.13%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB7C92 (or 0xBB7C92) is known color: Tapestry. HEX triplet: BB, 7C and 92. RGB value is (187,124,146). Sum of RGB (Red+Green+Blue) = 187+124+146=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C92 is #44836D. Grayscale: #919191. Windows color (decimal): -4490094 or 9600187. OLE color: 9600187.

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

Color convert

RGB 187 124 146 -
CMYK 0 0.34 0.22 0.27
HSL 339.05º 0.32% 0.61% -
HSV(B) 339.05º 0.34% 0.73% -
XYZ 32.89 27.06 30.68 -
YUV 145.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 187 124 146 0 0.34 0.22 0.27 339.05 0.32 0.61
Hex BB 7C 92 0 22 16 1B 153 20 3D
Octal 273 174 222 0 42 26 33 523 40 75
Binary 10111011 1111100 10010010 0 100010 10110 11011 101010011 100000 111101

Color Harmonies of #BB7C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C92

Black with #BB7C92

Text Example


Text Example

White with #BB7C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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