Html Css Color HEX #BC8286 Tapestry

📋 copy color: '#BC8286'

red 188 ◦ green 130 ◦ blue 134

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

Shades of Tapestry #BC8286

Tints of Tapestry #BC8286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.76%

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 41.59%
G = 28.76%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC8286 (or 0xBC8286) is known color: Tapestry. HEX triplet: BC, 82 and 86. RGB value is (188,130,134). Sum of RGB (Red+Green+Blue) = 188+130+134=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8286 is #437D79. Grayscale: #939393. Windows color (decimal): -4423034 or 8815292. OLE color: 8815292.

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

Color convert

RGB 188 130 134 -
CMYK 0 0.31 0.29 0.26
HSL 355.86º 0.3% 0.62% -
HSV(B) 355.86º 0.31% 0.74% -
XYZ 33.02 28.38 26.29 -
YUV 147.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 188 130 134 0 0.31 0.29 0.26 355.86 0.3 0.62
Hex BC 82 86 0 1F 1D 1A 164 1E 3E
Octal 274 202 206 0 37 35 32 544 36 76
Binary 10111100 10000010 10000110 0 11111 11101 11010 101100100 11110 111110

Color Harmonies of #BC8286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8286

Black with #BC8286

Text Example


Text Example

White with #BC8286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8286; }

 p { color: rgb(188,130,134); }

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

background-color css

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

 a { background-color: rgb(188,130,134); }

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

border-color css

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

 span { border-color: rgb(188,130,134); }

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