Html Css Color HEX #BC747B Tapestry

📋 copy color: '#BC747B'

red 188 ◦ green 116 ◦ blue 123

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

Shades of Tapestry #BC747B

Tints of Tapestry #BC747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 44.03%
G = 27.17%
B = 28.81%

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

#BC747B (or 0xBC747B) is known color: Tapestry. HEX triplet: BC, 74 and 7B. RGB value is (188,116,123). Sum of RGB (Red+Green+Blue) = 188+116+123=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC747B is #438B84. Grayscale: #8A8A8A. Windows color (decimal): -4426629 or 8090812. OLE color: 8090812.

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

Color convert

RGB 188 116 123 -
CMYK 0 0.38 0.35 0.26
HSL 354.17º 0.35% 0.6% -
HSV(B) 354.17º 0.38% 0.74% -
XYZ 30.56 24.61 21.88 -
YUV 138.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 188 116 123 0 0.38 0.35 0.26 354.17 0.35 0.6
Hex BC 74 7B 0 26 23 1A 162 23 3C
Octal 274 164 173 0 46 43 32 542 43 74
Binary 10111100 1110100 1111011 0 100110 100011 11010 101100010 100011 111100

Color Harmonies of #BC747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC747B

Black with #BC747B

Text Example


Text Example

White with #BC747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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