Html Css Color HEX #BC737D Tapestry

📋 copy color: '#BC737D'

red 188 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #BC737D

Tints of Tapestry #BC737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 43.93%
G = 26.87%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC737D (or 0xBC737D) is known color: Tapestry. HEX triplet: BC, 73 and 7D. RGB value is (188,115,125). Sum of RGB (Red+Green+Blue) = 188+115+125=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC737D is #438C82. Grayscale: #8A8A8A. Windows color (decimal): -4426883 or 8221628. OLE color: 8221628.

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

Color convert

RGB 188 115 125 -
CMYK 0 0.39 0.34 0.26
HSL 351.78º 0.35% 0.59% -
HSV(B) 351.78º 0.39% 0.74% -
XYZ 30.57 24.43 22.51 -
YUV 137.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 188 115 125 0 0.39 0.34 0.26 351.78 0.35 0.59
Hex BC 73 7D 0 27 22 1A 160 23 3B
Octal 274 163 175 0 47 42 32 540 43 73
Binary 10111100 1110011 1111101 0 100111 100010 11010 101100000 100011 111011

Color Harmonies of #BC737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC737D

Black with #BC737D

Text Example


Text Example

White with #BC737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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