Html Css Color HEX #BC808A Tapestry

📋 copy color: '#BC808A'

red 188 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #BC808A

Tints of Tapestry #BC808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 41.41%
G = 28.19%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC808A (or 0xBC808A) is known color: Tapestry. HEX triplet: BC, 80 and 8A. RGB value is (188,128,138). Sum of RGB (Red+Green+Blue) = 188+128+138=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC808A is #437F75. Grayscale: #939393. Windows color (decimal): -4423542 or 9076924. OLE color: 9076924.

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

Color convert

RGB 188 128 138 -
CMYK 0 0.32 0.27 0.26
HSL 350º 0.31% 0.62% -
HSV(B) 350º 0.32% 0.74% -
XYZ 33.05 27.96 27.7 -
YUV 147.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 188 128 138 0 0.32 0.27 0.26 350 0.31 0.62
Hex BC 80 8A 0 20 1B 1A 15E 1F 3E
Octal 274 200 212 0 40 33 32 536 37 76
Binary 10111100 10000000 10001010 0 100000 11011 11010 101011110 11111 111110

Color Harmonies of #BC808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC808A

Black with #BC808A

Text Example


Text Example

White with #BC808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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