Html Css Color HEX #BC7988 Tapestry

📋 copy color: '#BC7988'

red 188 ◦ green 121 ◦ blue 136

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

Shades of Tapestry #BC7988

Tints of Tapestry #BC7988

RGB

 RED value IS 188 (73.83% from 255) = 42.25%

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

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 42.25%
G = 27.19%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7988 (or 0xBC7988) is known color: Tapestry. HEX triplet: BC, 79 and 88. RGB value is (188,121,136). Sum of RGB (Red+Green+Blue) = 188+121+136=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7988 is #438677. Grayscale: #8E8E8E. Windows color (decimal): -4425336 or 8944060. OLE color: 8944060.

HSL color Cylindrical-coordinate representation of color #BC7988: hue angle of 346.57º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7988 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 136 -
CMYK 0 0.36 0.28 0.26
HSL 346.57º 0.33% 0.61% -
HSV(B) 346.57º 0.36% 0.74% -
XYZ 32.02 26.14 26.65 -
YUV 142.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 188 121 136 0 0.36 0.28 0.26 346.57 0.33 0.61
Hex BC 79 88 0 24 1C 1A 15B 21 3D
Octal 274 171 210 0 44 34 32 533 41 75
Binary 10111100 1111001 10001000 0 100100 11100 11010 101011011 100001 111101

Color Harmonies of #BC7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7988

Black with #BC7988

Text Example


Text Example

White with #BC7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7988; }

 p { color: rgb(188,121,136); }

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

background-color css

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

 a { background-color: rgb(188,121,136); }

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

border-color css

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

 span { border-color: rgb(188,121,136); }

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