Html Css Color HEX #BC738F Tapestry

📋 copy color: '#BC738F'

red 188 ◦ green 115 ◦ blue 143

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

Shades of Tapestry #BC738F

Tints of Tapestry #BC738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 42.15%
G = 25.78%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC738F (or 0xBC738F) is known color: Tapestry. HEX triplet: BC, 73 and 8F. RGB value is (188,115,143). Sum of RGB (Red+Green+Blue) = 188+115+143=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738F is #438C70. Grayscale: #8B8B8B. Windows color (decimal): -4426865 or 9401276. OLE color: 9401276.

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

Color convert

RGB 188 115 143 -
CMYK 0 0.39 0.24 0.26
HSL 336.99º 0.35% 0.59% -
HSV(B) 336.99º 0.39% 0.74% -
XYZ 31.83 24.94 29.12 -
YUV 140.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 188 115 143 0 0.39 0.24 0.26 336.99 0.35 0.59
Hex BC 73 8F 0 27 18 1A 151 23 3B
Octal 274 163 217 0 47 30 32 521 43 73
Binary 10111100 1110011 10001111 0 100111 11000 11010 101010001 100011 111011

Color Harmonies of #BC738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC738F

Black with #BC738F

Text Example


Text Example

White with #BC738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC738F; }

 p { color: rgb(188,115,143); }

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

background-color css

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

 a { background-color: rgb(188,115,143); }

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

border-color css

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

 span { border-color: rgb(188,115,143); }

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