Html Css Color HEX #BC7085 Tapestry

📋 copy color: '#BC7085'

red 188 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #BC7085

Tints of Tapestry #BC7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 43.42%
G = 25.87%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7085 (or 0xBC7085) is known color: Tapestry. HEX triplet: BC, 70 and 85. RGB value is (188,112,133). Sum of RGB (Red+Green+Blue) = 188+112+133=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7085 is #438F7A. Grayscale: #898989. Windows color (decimal): -4427643 or 8745148. OLE color: 8745148.

HSL color Cylindrical-coordinate representation of color #BC7085: hue angle of 343.42º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7085 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 133 -
CMYK 0 0.40 0.29 0.26
HSL 343.42º 0.36% 0.59% -
HSV(B) 343.42º 0.4% 0.74% -
XYZ 30.77 23.97 25.2 -
YUV 137.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 188 112 133 0 0.40 0.29 0.26 343.42 0.36 0.59
Hex BC 70 85 0 28 1D 1A 157 24 3B
Octal 274 160 205 0 50 35 32 527 44 73
Binary 10111100 1110000 10000101 0 101000 11101 11010 101010111 100100 111011

Color Harmonies of #BC7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7085

Black with #BC7085

Text Example


Text Example

White with #BC7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7085; }

 p { color: rgb(188,112,133); }

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

background-color css

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

 a { background-color: rgb(188,112,133); }

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

border-color css

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

 span { border-color: rgb(188,112,133); }

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