Html Css Color HEX #BC738E Tapestry

📋 copy color: '#BC738E'

red 188 ◦ green 115 ◦ blue 142

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

Shades of Tapestry #BC738E

Tints of Tapestry #BC738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 42.25%
G = 25.84%
B = 31.91%

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

#BC738E (or 0xBC738E) is known color: Tapestry. HEX triplet: BC, 73 and 8E. RGB value is (188,115,142). Sum of RGB (Red+Green+Blue) = 188+115+142=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC738E is #438C71. Grayscale: #8B8B8B. Windows color (decimal): -4426866 or 9335740. OLE color: 9335740.

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

Color convert

RGB 188 115 142 -
CMYK 0 0.39 0.24 0.26
HSL 337.81º 0.35% 0.59% -
HSV(B) 337.81º 0.39% 0.74% -
XYZ 31.75 24.91 28.72 -
YUV 139.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 188 115 142 0 0.39 0.24 0.26 337.81 0.35 0.59
Hex BC 73 8E 0 27 18 1A 152 23 3B
Octal 274 163 216 0 47 30 32 522 43 73
Binary 10111100 1110011 10001110 0 100111 11000 11010 101010010 100011 111011

Color Harmonies of #BC738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC738E

Black with #BC738E

Text Example


Text Example

White with #BC738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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