Html Css Color HEX #BC758B Tapestry

📋 copy color: '#BC758B'

red 188 ◦ green 117 ◦ blue 139

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

Shades of Tapestry #BC758B

Tints of Tapestry #BC758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.31%

R = 42.34%
G = 26.35%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC758B (or 0xBC758B) is known color: Tapestry. HEX triplet: BC, 75 and 8B. RGB value is (188,117,139). Sum of RGB (Red+Green+Blue) = 188+117+139=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758B is #438A74. Grayscale: #8C8C8C. Windows color (decimal): -4426357 or 9139644. OLE color: 9139644.

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

Color convert

RGB 188 117 139 -
CMYK 0 0.38 0.26 0.26
HSL 341.41º 0.35% 0.6% -
HSV(B) 341.41º 0.38% 0.74% -
XYZ 31.76 25.28 27.63 -
YUV 140.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 188 117 139 0 0.38 0.26 0.26 341.41 0.35 0.6
Hex BC 75 8B 0 26 1A 1A 155 23 3C
Octal 274 165 213 0 46 32 32 525 43 74
Binary 10111100 1110101 10001011 0 100110 11010 11010 101010101 100011 111100

Color Harmonies of #BC758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC758B

Black with #BC758B

Text Example


Text Example

White with #BC758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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