Html Css Color HEX #BC747A Tapestry

📋 copy color: '#BC747A'

red 188 ◦ green 116 ◦ blue 122

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

Shades of Tapestry #BC747A

Tints of Tapestry #BC747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 44.13%
G = 27.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC747A (or 0xBC747A) is known color: Tapestry. HEX triplet: BC, 74 and 7A. RGB value is (188,116,122). Sum of RGB (Red+Green+Blue) = 188+116+122=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC747A is #438B85. Grayscale: #8A8A8A. Windows color (decimal): -4426630 or 8025276. OLE color: 8025276.

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

Color convert

RGB 188 116 122 -
CMYK 0 0.38 0.35 0.26
HSL 355º 0.35% 0.6% -
HSV(B) 355º 0.38% 0.74% -
XYZ 30.5 24.59 21.55 -
YUV 138.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 188 116 122 0 0.38 0.35 0.26 355 0.35 0.6
Hex BC 74 7A 0 26 23 1A 163 23 3C
Octal 274 164 172 0 46 43 32 543 43 74
Binary 10111100 1110100 1111010 0 100110 100011 11010 101100011 100011 111100

Color Harmonies of #BC747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC747A

Black with #BC747A

Text Example


Text Example

White with #BC747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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