Html Css Color HEX #BB7C85 Tapestry

📋 copy color: '#BB7C85'

red 187 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #BB7C85

Tints of Tapestry #BB7C85

RGB

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

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

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

R = 42.12%
G = 27.93%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB7C85 (or 0xBB7C85) is known color: Tapestry. HEX triplet: BB, 7C and 85. RGB value is (187,124,133). Sum of RGB (Red+Green+Blue) = 187+124+133=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C85 is #44837A. Grayscale: #8F8F8F. Windows color (decimal): -4490107 or 8748219. OLE color: 8748219.

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

Color convert

RGB 187 124 133 -
CMYK 0 0.34 0.29 0.27
HSL 351.43º 0.32% 0.61% -
HSV(B) 351.43º 0.34% 0.73% -
XYZ 31.93 26.67 25.66 -
YUV 143.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 187 124 133 0 0.34 0.29 0.27 351.43 0.32 0.61
Hex BB 7C 85 0 22 1D 1B 15F 20 3D
Octal 273 174 205 0 42 35 33 537 40 75
Binary 10111011 1111100 10000101 0 100010 11101 11011 101011111 100000 111101

Color Harmonies of #BB7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C85

Black with #BB7C85

Text Example


Text Example

White with #BB7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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