Html Css Color HEX #BC8283 Tapestry

📋 copy color: '#BC8283'

red 188 ◦ green 130 ◦ blue 131

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

Shades of Tapestry #BC8283

Tints of Tapestry #BC8283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 41.87%
G = 28.95%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC8283 (or 0xBC8283) is known color: Tapestry. HEX triplet: BC, 82 and 83. RGB value is (188,130,131). Sum of RGB (Red+Green+Blue) = 188+130+131=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8283 is #437D7C. Grayscale: #939393. Windows color (decimal): -4423037 or 8618684. OLE color: 8618684.

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

Color convert

RGB 188 130 131 -
CMYK 0 0.31 0.30 0.26
HSL 358.97º 0.3% 0.62% -
HSV(B) 358.97º 0.31% 0.74% -
XYZ 32.82 28.3 25.2 -
YUV 147.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 188 130 131 0 0.31 0.30 0.26 358.97 0.3 0.62
Hex BC 82 83 0 1F 1E 1A 167 1E 3E
Octal 274 202 203 0 37 36 32 547 36 76
Binary 10111100 10000010 10000011 0 11111 11110 11010 101100111 11110 111110

Color Harmonies of #BC8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8283

Black with #BC8283

Text Example


Text Example

White with #BC8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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