Html Css Color HEX #BC8285 Tapestry

📋 copy color: '#BC8285'

red 188 ◦ green 130 ◦ blue 133

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

Shades of Tapestry #BC8285

Tints of Tapestry #BC8285

RGB

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

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

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

R = 41.69%
G = 28.82%
B = 29.49%

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

#BC8285 (or 0xBC8285) is known color: Tapestry. HEX triplet: BC, 82 and 85. RGB value is (188,130,133). Sum of RGB (Red+Green+Blue) = 188+130+133=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8285 is #437D7A. Grayscale: #939393. Windows color (decimal): -4423035 or 8749756. OLE color: 8749756.

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

Color convert

RGB 188 130 133 -
CMYK 0 0.31 0.29 0.26
HSL 356.9º 0.3% 0.62% -
HSV(B) 356.9º 0.31% 0.74% -
XYZ 32.96 28.35 25.93 -
YUV 147.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 188 130 133 0 0.31 0.29 0.26 356.9 0.3 0.62
Hex BC 82 85 0 1F 1D 1A 165 1E 3E
Octal 274 202 205 0 37 35 32 545 36 76
Binary 10111100 10000010 10000101 0 11111 11101 11010 101100101 11110 111110

Color Harmonies of #BC8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8285

Black with #BC8285

Text Example


Text Example

White with #BC8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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