Html Css Color HEX #BB7985 Tapestry

📋 copy color: '#BB7985'

red 187 ◦ green 121 ◦ blue 133

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

Shades of Tapestry #BB7985

Tints of Tapestry #BB7985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 42.4%
G = 27.44%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB7985 (or 0xBB7985) is known color: Tapestry. HEX triplet: BB, 79 and 85. RGB value is (187,121,133). Sum of RGB (Red+Green+Blue) = 187+121+133=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7985 is #44867A. Grayscale: #8E8E8E. Windows color (decimal): -4490875 or 8747451. OLE color: 8747451.

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

Color convert

RGB 187 121 133 -
CMYK 0 0.35 0.29 0.27
HSL 349.09º 0.33% 0.6% -
HSV(B) 349.09º 0.35% 0.73% -
XYZ 31.56 25.93 25.53 -
YUV 142.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 187 121 133 0 0.35 0.29 0.27 349.09 0.33 0.6
Hex BB 79 85 0 23 1D 1B 15D 21 3C
Octal 273 171 205 0 43 35 33 535 41 74
Binary 10111011 1111001 10000101 0 100011 11101 11011 101011101 100001 111100

Color Harmonies of #BB7985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7985

Black with #BB7985

Text Example


Text Example

White with #BB7985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7985; }

 p { color: rgb(187,121,133); }

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

background-color css

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

 a { background-color: rgb(187,121,133); }

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

border-color css

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

 span { border-color: rgb(187,121,133); }

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