Html Css Color HEX #BC748B Tapestry

📋 copy color: '#BC748B'

red 188 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #BC748B

Tints of Tapestry #BC748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.19%

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

R = 42.44%
G = 26.19%
B = 31.38%

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

#BC748B (or 0xBC748B) is known color: Tapestry. HEX triplet: BC, 74 and 8B. RGB value is (188,116,139). Sum of RGB (Red+Green+Blue) = 188+116+139=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC748B is #438B74. Grayscale: #8C8C8C. Windows color (decimal): -4426613 or 9139388. OLE color: 9139388.

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

Color convert

RGB 188 116 139 -
CMYK 0 0.38 0.26 0.26
HSL 340.83º 0.35% 0.6% -
HSV(B) 340.83º 0.38% 0.74% -
XYZ 31.64 25.05 27.59 -
YUV 140.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 188 116 139 0 0.38 0.26 0.26 340.83 0.35 0.6
Hex BC 74 8B 0 26 1A 1A 155 23 3C
Octal 274 164 213 0 46 32 32 525 43 74
Binary 10111100 1110100 10001011 0 100110 11010 11010 101010101 100011 111100

Color Harmonies of #BC748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC748B

Black with #BC748B

Text Example


Text Example

White with #BC748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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