Html Css Color HEX #BC8387 Tapestry

📋 copy color: '#BC8387'

red 188 ◦ green 131 ◦ blue 135

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

Shades of Tapestry #BC8387

Tints of Tapestry #BC8387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.85%

 BLUE value IS 135 (53.13% from 255) = 29.74%

R = 41.41%
G = 28.85%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC8387 (or 0xBC8387) is known color: Tapestry. HEX triplet: BC, 83 and 87. RGB value is (188,131,135). Sum of RGB (Red+Green+Blue) = 188+131+135=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8387 is #437C78. Grayscale: #949494. Windows color (decimal): -4422777 or 8881084. OLE color: 8881084.

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

Color convert

RGB 188 131 135 -
CMYK 0 0.30 0.28 0.26
HSL 355.79º 0.3% 0.63% -
HSV(B) 355.79º 0.3% 0.74% -
XYZ 33.23 28.67 26.7 -
YUV 148.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 188 131 135 0 0.30 0.28 0.26 355.79 0.3 0.63
Hex BC 83 87 0 1E 1C 1A 164 1E 3F
Octal 274 203 207 0 36 34 32 544 36 77
Binary 10111100 10000011 10000111 0 11110 11100 11010 101100100 11110 111111

Color Harmonies of #BC8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8387

Black with #BC8387

Text Example


Text Example

White with #BC8387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8387; }

 p { color: rgb(188,131,135); }

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

background-color css

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

 a { background-color: rgb(188,131,135); }

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

border-color css

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

 span { border-color: rgb(188,131,135); }

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