Html Css Color HEX #BC7D84 Tapestry

📋 copy color: '#BC7D84'

red 188 ◦ green 125 ◦ blue 132

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

Shades of Tapestry #BC7D84

Tints of Tapestry #BC7D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 42.25%
G = 28.09%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC7D84 (or 0xBC7D84) is known color: Tapestry. HEX triplet: BC, 7D and 84. RGB value is (188,125,132). Sum of RGB (Red+Green+Blue) = 188+125+132=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D84 is #43827B. Grayscale: #909090. Windows color (decimal): -4424316 or 8682940. OLE color: 8682940.

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

Color convert

RGB 188 125 132 -
CMYK 0 0.34 0.30 0.26
HSL 353.33º 0.32% 0.61% -
HSV(B) 353.33º 0.34% 0.74% -
XYZ 32.24 27.02 25.35 -
YUV 144.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 188 125 132 0 0.34 0.30 0.26 353.33 0.32 0.61
Hex BC 7D 84 0 22 1E 1A 161 20 3D
Octal 274 175 204 0 42 36 32 541 40 75
Binary 10111100 1111101 10000100 0 100010 11110 11010 101100001 100000 111101

Color Harmonies of #BC7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D84

Black with #BC7D84

Text Example


Text Example

White with #BC7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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