Html Css Color HEX #BC8083 Tapestry

📋 copy color: '#BC8083'

red 188 ◦ green 128 ◦ blue 131

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

Shades of Tapestry #BC8083

Tints of Tapestry #BC8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.64%

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

R = 42.06%
G = 28.64%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC8083 (or 0xBC8083) is known color: Tapestry. HEX triplet: BC, 80 and 83. RGB value is (188,128,131). Sum of RGB (Red+Green+Blue) = 188+128+131=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8083 is #437F7C. Grayscale: #929292. Windows color (decimal): -4423549 or 8618172. OLE color: 8618172.

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

Color convert

RGB 188 128 131 -
CMYK 0 0.32 0.30 0.26
HSL 357º 0.31% 0.62% -
HSV(B) 357º 0.32% 0.74% -
XYZ 32.55 27.77 25.12 -
YUV 146.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 188 128 131 0 0.32 0.30 0.26 357 0.31 0.62
Hex BC 80 83 0 20 1E 1A 165 1F 3E
Octal 274 200 203 0 40 36 32 545 37 76
Binary 10111100 10000000 10000011 0 100000 11110 11010 101100101 11111 111110

Color Harmonies of #BC8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8083

Black with #BC8083

Text Example


Text Example

White with #BC8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8083; }

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

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

background-color css

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

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

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

border-color css

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

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

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