Html Css Color HEX #BC7D8A Tapestry

📋 copy color: '#BC7D8A'

red 188 ◦ green 125 ◦ blue 138

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

Shades of Tapestry #BC7D8A

Tints of Tapestry #BC7D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

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

R = 41.69%
G = 27.72%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC7D8A (or 0xBC7D8A) is known color: Tapestry. HEX triplet: BC, 7D and 8A. RGB value is (188,125,138). Sum of RGB (Red+Green+Blue) = 188+125+138=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D8A is #438275. Grayscale: #919191. Windows color (decimal): -4424310 or 9076156. OLE color: 9076156.

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

Color convert

RGB 188 125 138 -
CMYK 0 0.34 0.27 0.26
HSL 347.62º 0.32% 0.61% -
HSV(B) 347.62º 0.34% 0.74% -
XYZ 32.66 27.19 27.57 -
YUV 145.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 188 125 138 0 0.34 0.27 0.26 347.62 0.32 0.61
Hex BC 7D 8A 0 22 1B 1A 15C 20 3D
Octal 274 175 212 0 42 33 32 534 40 75
Binary 10111100 1111101 10001010 0 100010 11011 11010 101011100 100000 111101

Color Harmonies of #BC7D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D8A

Black with #BC7D8A

Text Example


Text Example

White with #BC7D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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