Html Css Color HEX #BC758A Tapestry

📋 copy color: '#BC758A'

red 188 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #BC758A

Tints of Tapestry #BC758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 42.44%
G = 26.41%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC758A (or 0xBC758A) is known color: Tapestry. HEX triplet: BC, 75 and 8A. RGB value is (188,117,138). Sum of RGB (Red+Green+Blue) = 188+117+138=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758A is #438A75. Grayscale: #8C8C8C. Windows color (decimal): -4426358 or 9074108. OLE color: 9074108.

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

Color convert

RGB 188 117 138 -
CMYK 0 0.38 0.27 0.26
HSL 342.25º 0.35% 0.6% -
HSV(B) 342.25º 0.38% 0.74% -
XYZ 31.69 25.25 27.25 -
YUV 140.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 188 117 138 0 0.38 0.27 0.26 342.25 0.35 0.6
Hex BC 75 8A 0 26 1B 1A 156 23 3C
Octal 274 165 212 0 46 33 32 526 43 74
Binary 10111100 1110101 10001010 0 100110 11011 11010 101010110 100011 111100

Color Harmonies of #BC758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC758A

Black with #BC758A

Text Example


Text Example

White with #BC758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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