Html Css Color HEX #BC8089 Tapestry

📋 copy color: '#BC8089'

red 188 ◦ green 128 ◦ blue 137

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

Shades of Tapestry #BC8089

Tints of Tapestry #BC8089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.24%

R = 41.5%
G = 28.26%
B = 30.24%

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

#BC8089 (or 0xBC8089) is known color: Tapestry. HEX triplet: BC, 80 and 89. RGB value is (188,128,137). Sum of RGB (Red+Green+Blue) = 188+128+137=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8089 is #437F76. Grayscale: #929292. Windows color (decimal): -4423543 or 9011388. OLE color: 9011388.

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

Color convert

RGB 188 128 137 -
CMYK 0 0.32 0.27 0.26
HSL 351º 0.31% 0.62% -
HSV(B) 351º 0.32% 0.74% -
XYZ 32.97 27.94 27.32 -
YUV 146.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 188 128 137 0 0.32 0.27 0.26 351 0.31 0.62
Hex BC 80 89 0 20 1B 1A 15F 1F 3E
Octal 274 200 211 0 40 33 32 537 37 76
Binary 10111100 10000000 10001001 0 100000 11011 11010 101011111 11111 111110

Color Harmonies of #BC8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8089

Black with #BC8089

Text Example


Text Example

White with #BC8089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8089; }

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

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

background-color css

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

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

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

border-color css

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

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

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