Html Css Color HEX #BB7C7D Tapestry

📋 copy color: '#BB7C7D'

red 187 ◦ green 124 ◦ blue 125

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

Shades of Tapestry #BB7C7D

Tints of Tapestry #BB7C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 42.89%
G = 28.44%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB7C7D (or 0xBB7C7D) is known color: Tapestry. HEX triplet: BB, 7C and 7D. RGB value is (187,124,125). Sum of RGB (Red+Green+Blue) = 187+124+125=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C7D is #448382. Grayscale: #8F8F8F. Windows color (decimal): -4490115 or 8223931. OLE color: 8223931.

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

Color convert

RGB 187 124 125 -
CMYK 0 0.34 0.33 0.27
HSL 359.05º 0.32% 0.61% -
HSV(B) 359.05º 0.34% 0.73% -
XYZ 31.4 26.46 22.85 -
YUV 142.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 187 124 125 0 0.34 0.33 0.27 359.05 0.32 0.61
Hex BB 7C 7D 0 22 21 1B 167 20 3D
Octal 273 174 175 0 42 41 33 547 40 75
Binary 10111011 1111100 1111101 0 100010 100001 11011 101100111 100000 111101

Color Harmonies of #BB7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C7D

Black with #BB7C7D

Text Example


Text Example

White with #BB7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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