Html Css Color HEX #BC8081 Tapestry

📋 copy color: '#BC8081'

red 188 ◦ green 128 ◦ blue 129

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

Shades of Tapestry #BC8081

Tints of Tapestry #BC8081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.99%

R = 42.25%
G = 28.76%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC8081 (or 0xBC8081) is known color: Tapestry. HEX triplet: BC, 80 and 81. RGB value is (188,128,129). Sum of RGB (Red+Green+Blue) = 188+128+129=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8081 is #437F7E. Grayscale: #929292. Windows color (decimal): -4423551 or 8487100. OLE color: 8487100.

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

Color convert

RGB 188 128 129 -
CMYK 0 0.32 0.31 0.26
HSL 359º 0.31% 0.62% -
HSV(B) 359º 0.32% 0.74% -
XYZ 32.42 27.71 24.41 -
YUV 146.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 188 128 129 0 0.32 0.31 0.26 359 0.31 0.62
Hex BC 80 81 0 20 1F 1A 167 1F 3E
Octal 274 200 201 0 40 37 32 547 37 76
Binary 10111100 10000000 10000001 0 100000 11111 11010 101100111 11111 111110

Color Harmonies of #BC8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8081

Black with #BC8081

Text Example


Text Example

White with #BC8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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