Html Css Color HEX #BC7A7E Tapestry

📋 copy color: '#BC7A7E'

red 188 ◦ green 122 ◦ blue 126

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

Shades of Tapestry #BC7A7E

Tints of Tapestry #BC7A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 43.12%
G = 27.98%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC7A7E (or 0xBC7A7E) is known color: Tapestry. HEX triplet: BC, 7A and 7E. RGB value is (188,122,126). Sum of RGB (Red+Green+Blue) = 188+122+126=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A7E is #438581. Grayscale: #8E8E8E. Windows color (decimal): -4425090 or 8288956. OLE color: 8288956.

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

Color convert

RGB 188 122 126 -
CMYK 0 0.35 0.33 0.26
HSL 356.36º 0.33% 0.61% -
HSV(B) 356.36º 0.35% 0.74% -
XYZ 31.46 26.12 23.12 -
YUV 142.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 188 122 126 0 0.35 0.33 0.26 356.36 0.33 0.61
Hex BC 7A 7E 0 23 21 1A 164 21 3D
Octal 274 172 176 0 43 41 32 544 41 75
Binary 10111100 1111010 1111110 0 100011 100001 11010 101100100 100001 111101

Color Harmonies of #BC7A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A7E

Black with #BC7A7E

Text Example


Text Example

White with #BC7A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A7E; }

 p { color: rgb(188,122,126); }

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

background-color css

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

 a { background-color: rgb(188,122,126); }

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

border-color css

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

 span { border-color: rgb(188,122,126); }

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